home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / compuserve-file-archive / 05 Programming / Library 5 < prev    next >
Text File  |  2019-04-13  |  112KB  |  3,333 lines

  1. CBM Applications Forum                                                Library 5
  2.  
  3. Programming
  4.  
  5.  
  6. [76703,4243] Malcolm O'Brien          Lib: 5
  7. DASM65.ZIP
  8.   Bin,  Bytes:    36556, Count:     8, 02-Jan-97
  9.  
  10.   Title   : 6502 disassembler for the PC, with source
  11.   Keywords: 6502 DISASSEMBLE DISASSEMBLER PC C SOURCE
  12.  
  13.   This zip file contains the source and header files for a 6502  disassembler
  14.   for the PC. I've also included an executable file compiled with QuickC  2.5,
  15.   as well as the other files created by the compiler (in case someone has
  16.   some use for them). This program was created (and is copyrighted) by Jeff
  17.   Hunzinger but is freely distributable and appears here with his consent.
  18.   Comments, kudos & bug reports to: @jeffhoakhill-csic.sps.mot.com
  19.  
  20.  
  21. [70153,3367] Richard A. Cini          Lib: 5
  22. SYSVARS.TXT
  23.   Text, Bytes:    23222, Count:     6, 24-Dec-96
  24.  
  25.   Title   : VIC-20 System Variables INC File
  26.   Keywords: VIC-20 VARIABLES
  27.  
  28.   Updated VIC-20 system variables #INCLUDE file. Since last version  uploaded
  29.   last week, I added Page 0 and Page 1 variable names, and fixed others.  If
  30.   there are any problems, post comments here. Enjoy...
  31.  
  32.  
  33. [73624,14] Jim Butterfield            Lib: 5
  34. STRTHPET.BIN
  35.   Bin,  Bytes:      597, Count:     8, 20-Aug-96
  36.  
  37.   Title   : STRING THING for PET/CBM computer models.
  38.   Keywords: STRING THING PET BASIC DATA INPUT JIM BUTTERFIELD
  39.  
  40.   STRING THING for the ancient Commodore PET and CBM computers (NOT
  41.   for VIC-20, Commodore 64 or 128!).  Helps bypass difficulties in reading
  42.   data with Basic's INPUT statement, which responds badly to commas,
  43.   colons, spaces, and long lines.  Add this code to your program to help
  44.   solve INPUT problems.  Public Domain.  by Jim Butterfield.
  45.   
  46.   Sysop Note: Change the string in line 400 to the name of the text file to
  47.   be read.
  48.   
  49.  
  50. [73624,14] Jim Butterfield            Lib: 5
  51. STRTH128.BIN
  52.   Bin,  Bytes:      662, Count:    11, 20-Aug-96
  53.  
  54.   Title   : STRING THING for Commodore 128
  55.   Keywords: STRING THING BASIC DATA INPUT JIM BUTTERFIELD 128
  56.  
  57.   STRING THING is code to help bypass the limitations of Basic's
  58.   INPUT statement; this version is for the Commodore 128.  INPUT behaves
  59.   badly when a data file contains such cahracters as comma, colon, leading
  60.   or trailing spaces, or long lines.
  61.    Put this code into your program and it will help solve your data
  62.   input problems.  Public Domain.  by Jim Butterfield
  63.   
  64.   Sysop Note: Change the string in line 400 to the name of the text file to
  65.   be read.
  66.   
  67.  
  68. [73624,14] Jim Butterfield            Lib: 5
  69. STRTHV64.BIN
  70.   Bin,  Bytes:      600, Count:    13, 19-Aug-96
  71.  
  72.   Title   : STRING THING for Commodore 64 and VIC-20
  73.   Keywords: STRING THING DATA INPUT PROGRAM CODE JIM BUTTERFIELD
  74.  
  75.   "String Thing" is code for the Commodore 64 or VIC-20 to allow you to read
  76.   "difficult" text files.  The INPUT# statement does a poor job when files
  77.   contain characters such as comma, colon, quotation marks, leading or
  78.   trailing spaces, or where the line is too long.
  79.    Adding this prototype code to your Basic program will help your
  80.   program input data in a trouble-free way.  Public domain.  by Jim
  81.   Butterfield
  82.   
  83.   Sysop Note: Change the string in line 400 to the name of the text file to
  84.   be read.
  85.  
  86.  
  87. [71023,2722] Kurt Brandon             Lib: 5
  88. ULTDIRSC.SDA
  89.   Bin,  Bytes:    13716, Count:     9, 30-Jul-96
  90.  
  91.   Title   : Source code for ULTRADIR
  92.   Keywords: KOBER DIRECTORY ULTRA FILENAME BRANDON
  93.  
  94.   This SDA will yield the source code, in EBUD format, for the ULTRADIR ML
  95.   program.
  96.   
  97.   This code was derived from Bob Kober's MI's DIRECTORY which he used in the
  98.   ULTRA program.
  99.   
  100.   This directory has been modified so that it will return a filename, in a
  101.   BASIC string variable, to the program that calls it.
  102.   
  103.   
  104. [71023,2722] Kurt Brandon             Lib: 5
  105. ULTDIRGN.SDA
  106.   Bin,  Bytes:    10160, Count:     6, 30-Jul-96
  107.  
  108.   Title   : Directory from BASIC
  109.   Keywords: KOBER DIRECTORY ULTRA FILENAME BRANDON
  110.  
  111.   This SDA will yield a generator program, written in BASIC, for the ULTRADIR
  112.   ML program.
  113.   
  114.   When run, it will present a screen that looks like that produced by
  115.   ULTRADIR, and you can select colors for text, background, and border, as
  116.   well as the load address for  the resulting file. This file can then be used
  117.   with a  BASIC program.
  118.  
  119.  
  120. [71023,2722] Kurt Brandon             Lib: 5
  121. ROMXREF.SDA
  122.   Bin,  Bytes:    23876, Count:    16, 19-Jul-96
  123.  
  124.   Title   : ROM address cross-reference
  125.   Keywords: ROM CROSS-REFERENCE BRANDON
  126.  
  127.   The file that this SDA will yield gives all of the memory references made by
  128.   the ROM-resident software in the Commodore 64 (version 3 kernel).
  129.  
  130.  
  131. [71023,2722] Kurt Brandon             Lib: 5
  132. KEYCLICK.SDA
  133.   Bin,  Bytes:     4318, Count:     7, 19-Jul-96
  134.  
  135.   Title   : Keypress makes ticking sound
  136.   Keywords: KEY CLICK KEYBOARD BRANDON LEESON
  137.  
  138.   The program in this set, for which the Buddy format source code is included,
  139.   will cause the monitor speaker to emit a "tick" sound each time a key is
  140.   pressed. It was written by myself and SYSOP JL of QuantumLink.
  141.  
  142.  
  143. [71023,2722] Kurt Brandon             Lib: 5
  144. JSRJMP.SDA
  145.   Bin,  Bytes:     8128, Count:    17, 19-Jul-96
  146.  
  147.   Title   : Table of ROM JSRs & JMPs
  148.   Keywords: ROM DISASSEMBLY ADDRESS TABLE BRANDON
  149.  
  150.   This SDA will yield two files, JSR TABLE and JMP TABLE. The tables list the
  151.   targets of those two types of instructions, and the address of the referring
  152.   instruction. The addresses are valid for the Commodore 64 version 3 kernel.
  153.   Can be useful in programming.
  154.   
  155.   
  156. [71023,2722] Kurt Brandon             Lib: 5
  157. INFDIRSC.SDA
  158.   Bin,  Bytes:    12700, Count:     9, 19-Jul-96
  159.  
  160.   Title   : Source code for INFODIR
  161.   Keywords: SOURCE KOBER DIRECTORY ULTRA FILENAME BRANDON
  162.  
  163.   This SDA will yield the EBUD-format source for INFODIR, a
  164.   directory/file-select routine similar to that used in the ULTRA program, but
  165.   which will return filename, filetype, size, track and sector to specified
  166.   BASIC variables.
  167.  
  168.  
  169. [71023,2722] Kurt Brandon             Lib: 5
  170. INFDIRGN.SDA
  171.   Bin,  Bytes:     9652, Count:     6, 19-Jul-96
  172.  
  173.   Title   : Directory from BASIC
  174.   Keywords: KOBER DIRECTORY ULTRA FILENAME BRANDON
  175.  
  176.   This SDA will yield a generator program, written in BASIC, for the INFODIR
  177.   ML program.
  178.   
  179.   When run, it will present a screen that looks like that produced by INFODIR,
  180.   and you can select colors for text, background, and border, as well as the
  181.   load address for  the resulting file. This file can then be used with a
  182.   BASIC program.
  183.   
  184.   
  185. [71023,2722] Kurt Brandon             Lib: 5
  186. DISKDATA.BIN
  187.   Bin,  Bytes:      754, Count:    17, 19-Jul-96
  188.  
  189.   Title   : Make Data from disk
  190.   Keywords: DISK DATA CONVERSION BRANDON
  191.  
  192.   This program will read a file from disk and build a set of DATA statements
  193.   that represent the contents of that file.
  194.   
  195.   If the file is a program file, the load address of the file will be
  196.   reflected in the READ:POKE statements.
  197.  
  198.  
  199. [103013,1114] Dan Amborn              Lib: 5
  200. SUPERMON.SDA
  201.   Bin,  Bytes:     3840, Count:    30, 11-Jun-96
  202.  
  203.   Title   : "Supermon V"
  204.   Keywords: C-64 C-128 VIC-20 PET MONITOR ML MACHINE LANGUAGE JIM
  205.             BUTTERFIELD
  206.  
  207.      This is an SDA (Self-Dissolving Archive) of Jim Butterfield's "Supermon
  208.    V".  It is a machine language monitor for the Commodore-64.  Standard
  209.   monitor commands are used in this Public Domain program.  Load and run this
  210.   file to extract the "SUPERMON".
  211.  
  212.  
  213. [75344,1346] Dale F. Mentzer          Lib: 5
  214. MENUDOS.BIN
  215.   Bin,  Bytes:     7296, Count:    24, 22-Apr-96
  216.  
  217.   Title   : 1541/1571 Disk Menu/DOS Command Program
  218.   Keywords: DOS MENU 1541 1571 UTILITY WEDGE DIRECTORY
  219.  
  220.   An attractive and useful menu and DOS "wedge" utility program for
  221.   your 1541/1571 disks. Written in BASIC so you can experiment to your
  222.   heart's content. Might also benefit from  a compiler to speed things up a
  223.   bit. Hope you enjoy this one.
  224.  
  225.  
  226. [74171,2136] Cris Berneburg           Lib: 5
  227. TK6410.ZIP
  228.   Bin,  Bytes:    25509, Count:    27, 25-Feb-96
  229.  
  230.   Title   : TOK64
  231.   Keywords: BASIC TOKENIZE DETOKEN DOS FREEWARE CBM
  232.  
  233.   TOK64 version 1.0 by Cris Berneburg. This DOS utility converts ascii  text
  234.   file representations of Commodore basic program listings into program
  235.   images suitable to run on a C64. Also converts basic programs into ascii
  236.   listings. Keywords: DOS, FREEWARE, CBM, Commodore 64, BASIC, tokenize,
  237.   detoken.
  238.  
  239.  
  240. [100745,1251] Joe Griffin             Lib: 5
  241. LISTER.ZIP
  242.   Bin,  Bytes:    47819, Count:    32, 14-Feb-96
  243.  
  244.   Title   : PC Version of CBM BASIC de-tokeniser
  245.   Keywords: BASIC CBM PC LISTER BUTTERFIELD
  246.  
  247.   This is my development of Jim Butterfield's  LISTER program. It was enhanced
  248.   to include  LOS-96, SuperBase and BASIC 8 program files.  ASCII source and
  249.   an executable are included.
  250.   
  251.   
  252.   
  253.   Sysop note:  This is a MS-DOS ZIP format file and you will need PKUNZIP or
  254.   another unzip utility to decompress it.
  255.  
  256.  
  257. [102541,420] Sid Davis                Lib: 5
  258. RAMTOOL.
  259.   Bin,  Bytes:      128, Count:    39, 06-Dec-95
  260.  
  261.   Title   : RAMTOOL, an REU tool for the C64
  262.   Keywords: C64 TOOLS
  263.  
  264.   RAMTOOL is a machine language program capable of executing the well
  265.   known STASH FETCH and SWAP commands normally found only on the C-128. It
  266.   is small enough to fit easily into the cassette buffer at $033c (828). It
  267.   is also relocatable , you can load and SYS to it ANYWHERE in C-64
  268.   memory where you have the room for it (except under roms and I/O and so
  269.   forth).
  270.   With RAMTOOL, it is also possible to specify the configuration in which
  271.   the DMA will occur: ROM, RAM, and also under the IO area of $d000 to
  272.   $dfff. By Sid in 1991. (freeware)
  273.  
  274.  
  275. [76703,4243] Malcolm O'Brien          Lib: 5
  276. LIB5.DIR
  277.   Text, Bytes:    15484, Count:   383, 08-Apr-93(10-Nov-95)
  278.  
  279.   Title   : List of files for this LIB
  280.   Keywords: DIRECTORY INDEX CATALOG
  281.  
  282.   Directory of all files in this Library to date, giving  file size and a
  283.   brief description. This file  is in ASCII,  formatted for 80 columns,
  284.   and may be read online or captured.
  285.  
  286.  
  287. [72560,3467] Howard Herman            Lib: 5
  288. ACE3.SFX
  289.   Bin,  Bytes:     9472, Count:    47, 19-Jul-94
  290.  
  291.   Title   : A good CONFIG.EDIT
  292.   Keywords: ACE ACE64 ACE128 C64 C128 UNIX UUCODER DEVELOPMENT TOOLS
  293.  
  294.   The CONFIG.EDIT module bundled with ACE1.SFX/ACE2.SFX got corrupt in its
  295.   transmission.  Please erase that original CONFIG.EDIT, and use the one
  296.   within this self-dissolving SFX, instead.
  297.               ACE1.SFX, ACE2.SFX, and this file, ACE3.SFX all go together to
  298.   make up  Release #10 of ACE-128/64 by Craig Bruce.
  299.                Load and run this SFX for the correct CONFIG.EDIT.
  300.  
  301.  
  302. [100272,2564] Dormeier                Lib: 5
  303. EDIT20.TXT
  304.   Text, Bytes:     1479, Count:    45, 12-Jun-94
  305.  
  306.   Title   : Texteditor - readme
  307.   Keywords: SEQUENTIAL FILE EDIT APPEND CREATE PRINT CONVERT E-MAIL
  308.  
  309.   This a short doc for the program EDIT20.BIN. It should be downloaded too.
  310.  
  311.  
  312. [100272,2564] Dormeier                Lib: 5
  313. EDIT20.BIN
  314.   Bin,  Bytes:    15872, Count:    32, 12-Jun-94
  315.  
  316.   Title   : Texteditor v2.0
  317.   Keywords: SEQUENTIAL FILE EDIT APPEND CREATE PRINT CONVERT E-MAIL
  318.  
  319.   This is an extended version of SEQUTL.BIN [75116,3347].It is possible
  320.   to input chr$(34) and chr$(44), to convert the encoding of the character
  321.   set PETSCII->ASCII. The prog. has been compiled (PETSPEED) and can be used
  322.   on  a C128 + 80 char/line CRT only. A CBM printer will be supported. The
  323.   file EDIT20.TXT must be downloaded also. F.Dormeier [100272,2564]
  324.  
  325.  
  326. [72560,3467] Howard Herman            Lib: 5
  327. ACE1.SFX
  328.   Bin,  Bytes:    43520, Count:    65, 26-May-94
  329.  
  330.   Title   : ACE a Unix-like command shell.
  331.   Keywords: ACE ACE64 ACE128 C64 C128 UNIX UUCODER DEVELOPMENT TOOLS
  332.  
  333.   ACE is a program for the Commodore 128 and Commodore 64 that provides
  334.   a Unix-like command shell environment.  It is still in the development
  335.   stage, but enough of it is complete to be useful.  BTW, "ACE" means
  336.   "Advanced Computing Environment".  Written by Craig Bruce.  ACE comes in
  337.   two self-dissolving files, ACE1.SFX and ACE2.SFX.  Both are needed to run
  338.   properly.
  339.  
  340.  
  341. [72560,3467] Howard Herman            Lib: 5
  342. ACE2.SFX
  343.   Bin,  Bytes:    37120, Count:    64, 26-May-94
  344.  
  345.   Title   : ACE a Unix-like command shell.
  346.   Keywords: ACE ACE64 ACE128 C64 C128 UNIX UUCODER DEVELOPMENT TOOLS
  347.  
  348.   ACE is a program for the Commodore 128 and Commodore 64 that provides
  349.   a Unix-like command shell environment.  It is still in the development
  350.   stage, but enough of it is complete to be useful.  BTW, "ACE" means
  351.   "Advanced Computing Environment".  Written by Craig Bruce.  ACE comes in
  352.   two self-dissolving files, ACE1.SFX and ACE2.SFX.  Both are needed to run
  353.   properly.
  354.  
  355.  
  356. [72020,3336] Ben Pedersen             Lib: 5
  357. GRAFPK.ARC
  358.   Bin,  Bytes:    21844, Count:    20, 20-Sep-93
  359.  
  360.   Title   : GRAFPK.ARC - Graphics functions for C64 CPowerC
  361.   Keywords: CPOWER POWERC C C64 GRAPHICS
  362.  
  363.   C64 graphics routines for CPowerC
  364.  
  365.  
  366. [72020,3336] Ben Pedersen             Lib: 5
  367. CTUT2.ARC
  368.   Bin,  Bytes:    43688, Count:    45, 08-Feb-93
  369.  
  370.   Title   : CTUT2.ARC - C Language programming tutor (2 of 2)
  371.   Keywords: PROGRAMMING C CPOWER POWERC TUTORIAL
  372.  
  373.   Introduction to C Language programming (2 of 2).
  374.   
  375.   Sysop note:  This file is in Commodore ARC format, and contains files
  376.   in PETASCII, which include special Commodore graphics characters that will
  377.   not translate properly to standard ASCII.  It is intended primarily for
  378.   users of C-Power and Power-C (Commodore C).
  379.  
  380.  
  381. [72020,3336] Ben Pedersen             Lib: 5
  382. CTUT1.ARC
  383.   Bin,  Bytes:    35814, Count:    41, 08-Feb-93
  384.  
  385.   Title   : CTUT1.ARC C Language programming tutorial (1 of 2
  386.   Keywords: PROGRAMMING C CPOWER POWERC TUTORIAL
  387.  
  388.   Introduction to C Language programming (1 of 2). This file and CTUT2.ARC
  389.   comprise a tutorial in the C language. It was written by P.J. Ponzo of
  390.   Waterloo University in Ontario, Canada. Use ARC230 to dissolve.
  391.   
  392.   Sysop note:  This is in Commodore ARC format, and contains files in
  393.   PETASCII that include Commodore graphics characters that will not translate
  394.   properly to ASCII.  Intended primarily for users of C-Power and Power-C.
  395.  
  396.  
  397. [71570,2600] Joe Buckley/geoSysOp     Lib: 5
  398. RDRTC.
  399.   Bin,  Bytes:      386, Count:    27, 11-Nov-92
  400.  
  401.   Title   : TOD Real Time Clock RTC loader
  402.   Keywords: REAL TIME CLOCK TOD RTC
  403.  
  404.           This is a small ML routine used to set the TOD clock from a
  405.   'SmartWatch' type Real Time Clock for the 128.
  406.           To use, simply issue the line:
  407.   
  408.           BLOAD "READRTC",U(X):SYS DEC("0B00")
  409.   
  410.           where X is the drive number to load from.
  411.           I am not the original author, I merely modified some code that I
  412.   can't recall its source.  I also do not recall which chip revision that
  413.   this works with.
  414.  
  415.  
  416. [72020,3336] Ben Pedersen             Lib: 5
  417. CPFUNC.DOC
  418.   Text, Bytes:    20866, Count:    26, 19-Sep-92
  419.  
  420.   Title   : CPFUNC.DOC - CPowerC function descriptions
  421.   Keywords: CPOWER POWERC C FUNCTIONS
  422.  
  423.   CPowerC function descriptions.
  424.  
  425.  
  426. [73027,454] kenneth kahl              Lib: 5
  427. GETKEY.SRC
  428.   Bin,  Bytes:     1024, Count:    37, 20-Jun-92
  429.  
  430.   Title   : getkeyflash.src
  431.   Keywords: SPASM SOURCE DEMO
  432.  
  433.   Another PETSCII source demo for Spasm assembler.  Strip x-modem packing
  434.   before use. Plex me if you would like to see more complex demos.
  435.            Ken 73027,454
  436.  
  437.  
  438. [73027,454] kenneth kahl              Lib: 5
  439. HELLO.
  440.   Bin,  Bytes:      640, Count:    38, 20-Jun-92
  441.  
  442.   Title   : hello.src
  443.   Keywords: SPASM SOURCE DEMO
  444.  
  445.   PETSCII source demo for Spasm assembler.  You will need to strip x-modem
  446.   packing before use.
  447.  
  448.  
  449. [73027,454] kenneth kahl              Lib: 5
  450. SPASM.
  451.   Bin,  Bytes:    13056, Count:    73, 20-Jun-92
  452.  
  453.   Title   : Spasm
  454.   Keywords: C128 SYMBOLIC ASSEMBLER EDITOR
  455.  
  456.   Two pass symbolic assembler with an integrated text editor for the C128.
  457.   For writing short machine language utilities or programs.  For the C128 80
  458.   column mode.
  459.  
  460.  
  461. [72570,2520] Charlie Hitselberger     Lib: 5
  462. MUDRIV.4TH
  463.   Text, Bytes:     4564, Count:    23, 16-May-92
  464.  
  465.   Title   : Multiple disk drive (and REU) support for Bforth
  466.   Keywords: BFORTH 1581 1541 1571 REU 1764 1750
  467.  
  468.   This is the multiple file support stuff for Ballantyne's Blazin'
  469.   Forth. Either read and capture this file or download it (it's straight text)
  470.   and put it where you want it to go on your disk of Bforth screens.  Screen
  471.   2 shows usage.  E-mail me [72570,2520] if you have questions or suggestions.
  472.   
  473.   
  474. [72020,3336] Ben Pedersen             Lib: 5
  475. FGREP.ARC
  476.   Bin,  Bytes:     3048, Count:    26, 25-Mar-92
  477.  
  478.   Title   : FGREP.ARC - CPowerC Source for a GREP program.
  479.   Keywords: CPOWERC CPOWER POWERC C GREP FGREP
  480.  
  481.   General Regular Expression Parser for CPowerC C64 or C128.
  482.  
  483.  
  484. [72020,3336] Ben Pedersen             Lib: 5
  485. REU128.ARC
  486.   Bin,  Bytes:     3048, Count:    27, 25-Mar-92
  487.  
  488.   Title   : REU128.ARC - CPowerC C128 REU Access Routines
  489.   Keywords: CPOWERC CPOWER POWERC C128 C REU
  490.  
  491.   Routines to allow access to an REU in CPowerC 128 programs.
  492.  
  493.  
  494. [72020,3336] Ben Pedersen             Lib: 5
  495. BUG128.C
  496.   Bin,  Bytes:     1837, Count:    24, 25-Mar-92
  497.  
  498.   Title   : BUG128.C - CPowerC C128 Floating Point Math Bug
  499.   Keywords: CPOWERC CPOWER POWERC C128 C
  500.  
  501.   CPowerC C128 C source pointing out compiler floating point math bug.
  502.  
  503.  
  504. [72020,3336] Ben Pedersen             Lib: 5
  505. SCF128.ARC
  506.   Bin,  Bytes:     7366, Count:    26, 25-Mar-92
  507.  
  508.   Title   : SCF128.ARC - CPowerC C128 BugFix of Scanf()
  509.   Keywords: CPOWERC CPOWER POWERC C128 SCANF C
  510.  
  511.   CPowerC C128 bugfix of scanf function.
  512.  
  513.  
  514. [72020,3336] Ben Pedersen             Lib: 5
  515. PEKPOK.A
  516.   Bin,  Bytes:     3743, Count:    27, 25-Mar-92
  517.  
  518.   Title   : PEKPOK.A - C128 CPowerC C/ASSM Source BugFix
  519.   Keywords: CPOWERC CPOWER POWERC C128 PEEK POKE C
  520.  
  521.   C/ASSM source for bugfix of CPowerC C128 peek/poke functions. C/ CASSM
  522.   source for bugfixof CPowerC C128 peek() and poke() functions.
  523.  
  524.  
  525. [72020,3336] Ben Pedersen             Lib: 5
  526. RS232.ARC
  527.   Bin,  Bytes:    17272, Count:    35, 05-Feb-92
  528.  
  529.   Title   : RS232.ARC - RS232 FUNCTIONS FOR CPOWERC (C128)
  530.   Keywords: CPOWER POWERC RS232 SERIAL TERM TERMINAL
  531.  
  532.   Library of RS232 routines for CPowerC C128 version.
  533.  
  534.  
  535. [72020,3336] Ben Pedersen             Lib: 5
  536. GRAPHD.ARC
  537.   Bin,  Bytes:    19558, Count:    28, 05-Feb-92
  538.  
  539.   Title   : GRAPHD.ARC - DEMOS OF GRAPHL.ARC FUNCTIONS (C64)
  540.   Keywords: CPOWER POWERC GRAPHICS
  541.  
  542.   Demos of GRAPHL.ARC graphics library functions.
  543.  
  544.  
  545. [72020,3336] Ben Pedersen             Lib: 5
  546. GRAPHL.ARC
  547.   Bin,  Bytes:    32258, Count:    35, 05-Feb-92
  548.  
  549.   Title   : GRAPHLIB.ARC - C64 CPOWERC GRAPHICS FUNCTIONS
  550.   Keywords: CPOWER POWERC GRAPHICS
  551.  
  552.   Library of graphics functions for CPowerC - C64 version.
  553.  
  554.  
  555. [70056,1477] gordon cero              Lib: 5
  556. R65C02.
  557.   Text, Bytes:     3234, Count:    67, 29-Nov-91
  558.  
  559.   Title   : Opcodes for the 65c02 microprocessor
  560.   Keywords: 65C02 MICROPROCESSOR 65XX UPGRADE OPCOMMANDS OPCODES PET C128
  561.             C64
  562.  
  563.   A simple listing of opcommands  for the 65c02 microprocessor.
  564.   
  565.   
  566. [72560,3467] Howard Herman            Lib: 5
  567. ASTERI.SFX
  568.   Bin,  Bytes:    21421, Count:    60, 10-Oct-91
  569.  
  570.   Title   : ASTERIX.SFX a C64 Unix look-alike
  571.   Keywords: ASTERIX C64 UNIX SYSTEM EXPERIMENTAL
  572.  
  573.   A C64 Unix-like Operating System.  This file is an SFX file, so just
  574.   LOAD "FILENAME",8 and RUN to disolve into the 30 files needed to
  575.   operate ASTERIX.
  576.   
  577.   Once you have disolved the SFX, LOAD "SYSTEM",8 and RUN.  You will
  578.   be presented with a ] prompt.  At the ] prompt, enter
  579.   "DISK ?BOOT ; SH <BOOT".  After that, just follow the
  580.   on-screen instructions.
  581.  
  582.  
  583. [72560,3467] Howard Herman            Lib: 5
  584. UUCODE.BIN
  585.   Bin,  Bytes:     2816, Count:    45, 02-Oct-91
  586.  
  587.   Title   : C64 UUcoder to convert prg files<->ASCII for Inet
  588.   Keywords: UUXFER UUENCODE UUDECODE UUCODE C64 ML UNIX INET
  589.  
  590.   UUXFER ver1.1 is the latest upgrade of the file, UUcoder, a very fast,
  591.   C64 ML program for UUencoding and UUdecoding file transmissions over
  592.   Inet. Kudos to the author, Fuzzy Fox, aka:  David DeSimone
  593.  
  594.  
  595. [76703,3050] Gary Farmaner/WizOp      Lib: 5
  596. INTRO.TXT
  597.   Text, Bytes:    25509, Count:    70, 12-Sep-91
  598.  
  599.   Title   : Extensive introduction to the UNIX files
  600.   Keywords: UNIX INTRO
  601.  
  602.   This is the file "intro" from one the UNIX SFX files. It will give you an
  603.   extensive overview of what the UNIX-style replacement OS for the C128.
  604.   
  605.   For the complete system see the files:
  606.   
  607.   UNX30A.SFX, UNX30B.SFX, UNX30C.SFX, UNX30D.SFX, UNX30E.SFX
  608.  
  609.  
  610. [70312,711] ED KELLOGG                Lib: 5
  611. UNX30E.SFX
  612.   Bin,  Bytes:    18304, Count:    66, 02-Sep-91
  613.  
  614.   Title   : UNIX Op Sys for C128 File 5 of 5
  615.   Keywords: UNIX LANGUAGE OPERATING SYSTEM C128
  616.  
  617.   UNIX Op Sys for C128 File 5 of 5
  618.  
  619.  
  620. [70312,711] ED KELLOGG                Lib: 5
  621. UNX30D.SFX
  622.   Bin,  Bytes:    33664, Count:    64, 02-Sep-91
  623.  
  624.   Title   : UNIX Op Sys for C128 File 4 of 5
  625.   Keywords: UNIX LANGUAGE OPERATING SYSTEM C128
  626.  
  627.   UNIX Op Sys for C128 File 4 of 5
  628.  
  629.  
  630. [70312,711] ED KELLOGG                Lib: 5
  631. UNX30C.SFX
  632.   Bin,  Bytes:    32384, Count:    61, 02-Sep-91
  633.  
  634.   Title   : UNIX Op Sys for C128 File 3 of 5
  635.   Keywords: UNIX LANGUAGE OPERATING SYSTEM C128
  636.  
  637.   UNIX Op Sys for C128 File 3 of 5
  638.  
  639.  
  640. [70312,711] ED KELLOGG                Lib: 5
  641. UNX30B.SFX
  642.   Bin,  Bytes:    41600, Count:    62, 02-Sep-91
  643.  
  644.   Title   : UNIX Op Sys for C128 File 2 of 5
  645.   Keywords: UNIX OPERATING SYSTEM LANGUAGE C128
  646.  
  647.   UNIX for the C128  (File 2 of 5)
  648.  
  649.  
  650. [70312,711] ED KELLOGG                Lib: 5
  651. UNX30A.SFX
  652.   Bin,  Bytes:    42240, Count:    64, 02-Sep-91
  653.  
  654.   Title   : UNIX Op Sys for C128 File 1 of 5
  655.   Keywords: UNIX C128 LANGUAGE OPERATING SYSTEM
  656.  
  657.   Unix operating system for the C128. Includes a background print spooler. If
  658.   you want to learn UNIX this will start you. File 1 of 5.
  659.  
  660.  
  661. [72220,3117] Francis G. Kostella      Lib: 5
  662. MADSFI.ARC
  663.   Bin,  Bytes:    16128, Count:    25, 14-Jun-91
  664.  
  665.   Title   : Smooth edit & Assem. Patch for MADS (ASMFIX/DIXON
  666.   Keywords: MADS PATCH ASMFIX DIXON ASSEMBLER MADSFIX
  667.  
  668.   This is a "patch" (one of the first) for the CBM MADS assembler. It provides
  669.   a smooth scrolling editor and time and date stamping. It also patches the
  670.   assembler to output PRG files instead of relocatable SEQ files. Original by
  671.   DIXON.
  672.  
  673.  
  674. [72560,3467] Howard Herman            Lib: 5
  675. TYPE12.SFX
  676.   Bin,  Bytes:     4608, Count:    30, 07-Jun-91
  677.  
  678.   Title   : type128.sfx
  679.   Keywords: TYPE128 TYPE TSR READER SEQ LIST ML FAST
  680.  
  681.   TYPE128 as its author originally intended, a TSR that resides in memory at
  682.   1300-1700 in bank 0.  It can be used in any basic program, by calling its
  683.   sys number. Or, program a Function key to call the file reader.  SEE the
  684.   file description in the earlier upload for operating instructions.
  685.  
  686.  
  687. [72020,3336] Ben Pedersen             Lib: 5
  688. YAMI.SDA
  689.   Bin,  Bytes:    31496, Count:    27, 01-Jun-91
  690.  
  691.   Title   : YAMI Music Interpreter - CPowerC C64
  692.   Keywords: YAMI CPOWER POWERC MUSIC
  693.  
  694.   Yet Another Music Interpreter - for the C64
  695.  
  696.  
  697. [72020,3336] Ben Pedersen             Lib: 5
  698. SHELLR.ARC
  699.   Bin,  Bytes:    32004, Count:    28, 01-Jun-91
  700.  
  701.   Title   : SHELLRAM.ARC - C64 CPowerC
  702.   Keywords: SHELL CPOWER POWERC REU 1750
  703.  
  704.   Adrian Pepper's rewritten SHELL for CPowerC - assembler source It frees a
  705.   page of memory for REU interface but the extra space within the SHELL can be
  706.   put to other uses too.
  707.  
  708.  
  709. [72020,3336] Ben Pedersen             Lib: 5
  710. MOREYA.SDA
  711.   Bin,  Bytes:    28448, Count:    23, 01-Jun-91
  712.  
  713.   Title   : MOREYAMI.SDA - C64 CPowerC
  714.   Keywords: MUSIC YAMI CPOWER POWERC
  715.  
  716.   More files for Adrian Pepper's Music Interpreter written in C
  717.  
  718.  
  719. [72020,3336] Ben Pedersen             Lib: 5
  720. GLOB.ARC
  721.   Bin,  Bytes:    23876, Count:    21, 01-Jun-91
  722.  
  723.   Title   : GLOB.ARC - C64 CPowerC
  724.   Keywords: CPOWER POWERC REU
  725.  
  726.   Adrian Pepper's utilities to create an environment for effectively utilizing
  727.   an REU with C64 CPowerC (requires implemented SHELLRAM).
  728.  
  729.  
  730. [72020,3336] Ben Pedersen             Lib: 5
  731. EXEC.ARC
  732.   Bin,  Bytes:    19558, Count:    23, 01-Jun-91
  733.  
  734.   Title   : EXEC.ARC - C64 CPowerC
  735.   Keywords: REU CPOWER POWERC
  736.  
  737.   Adrian Pepper's EXEC utility to automate the compile-link cycle through the
  738.   use of scripts. Most useful to those with an REU who have implemented
  739.   Pepper's rewritten SHELL but there is a 'tiny' version for those without
  740.   one.
  741.  
  742.  
  743. [72020,3336] Ben Pedersen             Lib: 5
  744. CPMSD.ARC
  745.   Bin,  Bytes:     9472, Count:    26, 01-Jun-91
  746.  
  747.   Title   : CPMSD.ARC - CPowerC/MS-DOS file conversion
  748.   Keywords: CPOWER POWERC
  749.  
  750.   Utility to convert C language source code files to and from CPowerC SEQ
  751.   PETSCII format and MS-DOS ASCII format (also strips trailing CTRL-Z
  752.   characters). Utility to convert C language source code files to and
  753.   from CPowerC SEQ format and MS-DOS ASCII format (also strips trailing ctl-z
  754.   characters.
  755.  
  756.  
  757. [72020,3336] Ben Pedersen             Lib: 5
  758. CP.ARC
  759.   Bin,  Bytes:     4352, Count:    28, 01-Jun-91
  760.  
  761.   Title   : CP.ARC - C64 CPowerC
  762.   Keywords: CPOWER POWERC
  763.  
  764.   Fast single file copy utility for C64 CPowerC. Will utilize two drives if
  765.   present otherwise prompts for disk swap.
  766.  
  767.  
  768. [72020,3336] Ben Pedersen             Lib: 5
  769. SYSAXY.ARC
  770.   Bin,  Bytes:     1524, Count:    23, 18-May-91
  771.  
  772.   Title   : SYSAXYC.ARC - C64 CPowerC function - sys() rewrit
  773.   Keywords: CPOWER POWERC FUNCTION
  774.  
  775.   C64 CPowerC function - rewritten sys() allows setting carry flag
  776.  
  777.  
  778. [72020,3336] Ben Pedersen             Lib: 5
  779. SED.C
  780.   Text, Bytes:    11781, Count:    33, 18-May-91
  781.  
  782.   Title   : SED.C - CPowerC source for 1541 disk sector edito
  783.   Keywords: CPOWER POWERC DISK 1541
  784.  
  785.   C Power C source for 1541 disk sector editor.
  786.  
  787.  
  788. [72020,3336] Ben Pedersen             Lib: 5
  789. GETUNS.ARC
  790.   Bin,  Bytes:     5588, Count:    20, 18-May-91
  791.  
  792.   Title   : GETUNS.ARC - C64 CPowerC function gets unsigned #
  793.   Keywords: CPOWER POWERC FUNCTION
  794.  
  795.   C64 CPowerC function gets only unsigned # (0-65535) from the keyboard
  796.  
  797.  
  798. [72020,3336] Ben Pedersen             Lib: 5
  799. CMASTE.ARC
  800.   Bin,  Bytes:    16510, Count:    34, 18-May-91
  801.  
  802.   Title   : CMASTER.ARC - C64 CPowerC terminal prog source
  803.   Keywords: CPOWER POWERC TERMINAL XMODEM
  804.  
  805.   C64 CPowerC source for terminal program with xmodem
  806.  
  807.  
  808. [72777,1202]                          Lib: 5
  809. MENUMA.BIN
  810.   Bin,  Bytes:     8192, Count:    60, 09-May-91
  811.  
  812.   Title   : Menumaker 128 creates fast command line menus
  813.   Keywords: C128 MENU MAKER BASIC CS-DOS
  814.  
  815.   This program for the C128 creates small, fast menus that can be used
  816.   to select BASIC or CS-DOS command lines.  The menus are ML programs
  817.   that don't interfere with any programs you may have in the BASIC text
  818.   area. Colors are customizable.  A help screen is included when run in 80
  819.   columns, or list it to read the help in 40 columns.
  820.  
  821.  
  822. [73510,2152] John Iannetta            Lib: 5
  823. TOKEN.BIN
  824.   Bin,  Bytes:      512, Count:    75, 16-Apr-91
  825.  
  826.   Title   : C-64 BASIC program tokenizer
  827.   Keywords: C64 BASIC TOKENIZER
  828.  
  829.   This C-64 program, occupying two disk blocks, will convert an SEQ file of
  830.   a BASIC program listing into a tokenized, executable program which may be
  831.   SAVEd. If an ASCII program listing is REAd, reset and open your capture
  832.   buffer after typing in the filename and before you press RETURN.  Close the
  833.   buffer when you see "Press <CR>!".  Save the buffer contents to an SEQ file.
  834.   To process the file, LOAD "TOKEN.BIN",8 and RUN.  Enter SEQ filename at
  835.   prompt.
  836.  
  837.  
  838. [73510,2152] John Iannetta            Lib: 5
  839. SCROLL.BIN
  840.   Bin,  Bytes:     1280, Count:    42, 20-Feb-91
  841.  
  842.   Title   : C-64 SMOOTH SCROLLER FOR USE WITH "SAVSCR.BIN"
  843.   Keywords: SMOOTH SCROLL TITLER C64 HOME VIDEOS SCREEN CREDITS
  844.  
  845.   This is a re-upload of "SCROLL.BIN" in library 5, corrected so that the
  846.   control Z padding at the end need not be removed.  It is for use
  847.   with "SAVSCR.BIN" in the same library.  This program will smooth scroll, at
  848.   two speeds, four screens saved with "SAVSCR.BIN", and wrap around.
  849.   Possibly useful for screen credits for home videos.  LOAD"FILENAME",8 and
  850.   RUN.
  851.  
  852.  
  853. [70003,5316]                          Lib: 5
  854. BFEDIT.TXT
  855.   Text, Bytes:     2832, Count:    27, 26-Nov-90
  856.  
  857.   Title   : Blazin' Forth Line Editor Command Summary
  858.   Keywords: BLAZIN FORTH EDITOR COMMANDS
  859.  
  860.   Short summary of the line editor commands in Blazin' Forth.  Provided to
  861.   me by the author Scott Ballantyne.  Uploaded for all of those without access
  862.   to "Starting Forth" by Leo Brodie.
  863.  
  864.  
  865. [72020,3336] Ben Pedersen             Lib: 5
  866. TOD.ARC
  867.   Bin,  Bytes:     2304, Count:    21, 25-Nov-90
  868.  
  869.   Title   : TOD Functions: CPowerC C64 - Access 6526 TOD Cloc
  870.   Keywords: CPOWER
  871.  
  872.   CPowerC: C64 - access 6526 Time of Day clock functions written in C/ASSM
  873.  
  874.  
  875. [72020,3336] Ben Pedersen             Lib: 5
  876. CP-BUL.ARC
  877.   Bin,  Bytes:    15360, Count:    39, 25-Nov-90
  878.  
  879.   Title   : C-Power BBS Bulletins - compiler useage info
  880.   Keywords: CPOWER POWERC CPOWERC
  881.  
  882.   CPowerC - Collection of Bulletins from the C-Power BBS relating to
  883.   the C-Power/Power-C compiler for the C64 and C128
  884.  
  885.  
  886. [73417,2776]                          Lib: 5
  887. VIOLIN.C
  888.   Text, Bytes:    11977, Count:    26, 28-Sep-90
  889.  
  890.   Title   : Super C source for music training
  891.   Keywords: SUPER C VIOLIN SOURCE MUSIC SOUND
  892.  
  893.   Super-C source code for violin traing program. Needs scale.h and
  894.   sound.h Compiled version in CBMART lib. Convert to petscii USR for Super C
  895.   editor. Commments welcome! Please!
  896.  
  897.  
  898. [73417,2776]                          Lib: 5
  899. SOUND.H
  900.   Text, Bytes:     1396, Count:    37, 28-Sep-90
  901.  
  902.   Title   : Super C header file for SID usage
  903.   Keywords: SUPER C SID HEADER FILE SOUND
  904.  
  905.   Super C header file for SID usage Writen bt J. Britt 73417,2776
  906.  
  907.  
  908. [73417,2776]                          Lib: 5
  909. SCALE.H
  910.   Text, Bytes:     2382, Count:    34, 28-Sep-90
  911.  
  912.   Title   : Header file for music scale in Super C
  913.   Keywords: ABACUS SUPER C MUSIC HEADER FILE SID
  914.  
  915.   Header file to be used with SOUND.H for Super C programs. Makes coding music
  916.   a bit easier! If the braces are missing, look in your Super C docs for
  917.   placement of braces in initialized arrays, or caontact James Britt.
  918.  
  919.  
  920. [73510,2152] John Iannetta            Lib: 5
  921. XML.BIN
  922.   Bin,  Bytes:     1152, Count:    26, 20-Sep-90
  923.  
  924.   Title   : SPRITE WEDGE
  925.   Keywords: SPRITE NOVELTY WEDGE
  926.  
  927.   As a novelty, I sometimes put this ML program, loading at 15360, onto a
  928.   disk containing a BASIC program occupying fewer than 45 disk blocks. I
  929.   insert the following two lines at the beginning of the program: 1
  930.   Z=1:IFA=0THENA=1:LOAD"XML",8,1 2 POKE2053,65:POKE56,60:CLR:SYS15360
  931.  
  932.  
  933. [73510,2152] John Iannetta            Lib: 5
  934. SAVSCR.BIN
  935.   Bin,  Bytes:     1408, Count:    65, 20-Sep-90
  936.  
  937.   Title   : SCREEN SAVER
  938.   Keywords: SCREEN MEMORY STORE
  939.  
  940.   This short BASIC program will save and fetch four text mode screens along
  941.   with the corresponding color memory.
  942.  
  943.  
  944. [72127,2301]                          Lib: 5
  945. XMODV6.TXT
  946.   Text, Bytes:    15857, Count:    42, 19-Apr-90
  947.  
  948.   Title   : Merlin source code for Xmodem ML module
  949.   Keywords: C64 MERLIN SOURCE CODE XMODEM ML
  950.  
  951.   XMODEM V6.0 is a TRUE ASCII text file in MERLIN source code format. It is a
  952.   machine language module implementing Xmodem, checksum or CRC. This version
  953.   (c) Microtechnic released as public domain. It assembles to $c000 and can be
  954.   used in your BASIC program with a SYS call.
  955.  
  956.  
  957. [72127,2301]                          Lib: 5
  958. CRC-ML.TXT
  959.   Text, Bytes:     3480, Count:    37, 04-Oct-89(19-Apr-90)
  960.  
  961.   Title   : Merlin Source code of Xmodem for C=128 by T.Brown
  962.   Keywords: C128 MERLIN SOURCE CODE XMODEM
  963.  
  964.   This is a Merlin source code written by Tom Brown to illustrate a CRC
  965.   implementation. It assembles at $1300 for the Commodore 128, but can be
  966.   moved anywhere. It uses the polynomial $1021. I have uploaded it as TRUE
  967.   ASCII so that any computer can READ or capture it. If downloading for a 64
  968.   or 128, turn on your terminal's PETSCII translation flag.
  969.  
  970.  
  971. [76703,4242] Marte Brengle/Sysop      Lib: 5
  972. D-BLTZ.BIN
  973.   Bin,  Bytes:    19712, Count:    87, 23-Feb-90
  974.  
  975.   Title   : De-compiler for Blitz!(tm) programs
  976.   Keywords: DEBLITZ UTILITY C64 DECOMPILER BLITZ
  977.  
  978.   Blitz Decompiler, allows you to take programs that have been compiled with
  979.   Blitz!(tm) and return them to BASIC.  C64 mode only.  LOAD and RUN the
  980.   program, then insert the disk with the program you wish to de-Blitz. Be sure
  981.   you have plenty of space on the disk.  The program will prompt you through
  982.   the necessary steps.  78 CBM disk blocks.
  983.  
  984.  
  985. [72207,242]                           Lib: 5
  986. DECODE.IMG
  987.   Img,  Bytes:    10064, Count:    64, 13-Dec-89
  988.  
  989.   Title   : 4-pass disassembler for C64 creates LADS source
  990.   Keywords: DISASSEMBLER LADS DECODE
  991.  
  992.   NOTE:  Image file, download with CIS-B if possible.
  993.   compiled 4-pass disassembler reads  ml from drive 8, writes
  994.   lads-format labelled assembler code to 8,9,10 or 11.  Menu-driven; more
  995.   docs, compactor, source basic and other files here in dl3 as
  996.   decode.sda. uploaded w/vidtex as binary file. try this, then get the whole
  997.   package later.  My creation:  public domain.
  998.  
  999.  
  1000. [73517,1042]                          Lib: 5
  1001. 65816.TXT
  1002.   Text, Bytes:     5323, Count:    84, 20-Jul-89
  1003.  
  1004.   Title   : Brief overview of 65C816/65816 microprocessor
  1005.   Keywords: 6502 UPGRADE 65816 65C816 CGS MPU ML SUPER 8 TECH
  1006.  
  1007.   Brief description of the 65816 mpu plus idle comments and stuff.  The Apple
  1008.   IIGS has a 65816 and maybe Commodore will be releasing a computer system
  1009.   based upon this microprocessor.  Please address comments and questions and
  1010.   whatever to me, Matthew Montchalin 73517,1042. This description presumes
  1011.   some familiarity with the 6502 mpu.
  1012.  
  1013.  
  1014. [73027,454] kenneth kahl              Lib: 5
  1015. TOGGLE.BIN
  1016.   Bin,  Bytes:     3584, Count:    79, 25-Jun-89
  1017.  
  1018.   Title   : Switch between C64/128 modes keeping BASIC progra
  1019.   Keywords: SWITCH MODES C64 C128 KEEP BASIC INTACT
  1020.  
  1021.   Wedge allows you to switch between C64 and C128 mode (both ways)
  1022.   while leaving a BASIC program intact.
  1023.   
  1024.    Program uses a lot of rom of routines and it is possible that there may be
  1025.   some problems on newer C128s.
  1026.  
  1027.  
  1028. [73027,454] kenneth kahl              Lib: 5
  1029. BIGED.BIN
  1030.   Bin,  Bytes:     6528, Count:    33, 25-Jun-89
  1031.  
  1032.   Title   : BASIC loader for wedge program, mod's 128 editor
  1033.   Keywords: SCREEN BASIC EDITOR ENHANCED C128
  1034.  
  1035.   this is a basic loader for a wedge program which modifies the basic screen
  1036.   editor of the c128. features of the enhanced editor include the ability to
  1037.   handle extra long input lines, better control over qoute mode, user
  1038.   definable keyboard macros, and the ability to handle line numbers up to
  1039.   65535.
  1040.  
  1041.  
  1042. [74346,2453] Ranjan                   Lib: 5
  1043. 64TEST.BIN
  1044.   Bin,  Bytes:     7296, Count:   104, 25-Jun-89
  1045.  
  1046.   Title   : 64 test program
  1047.   Keywords: C64 TEST SID SPRITES JOYSTICK PADDLE RAM ROM
  1048.  
  1049.   This program will test a commodore-64. Joystick, Paddle, sid, sprites,
  1050.   RAM and ROM (SLOW!) are tested.
  1051.  
  1052.  
  1053. [73517,1042]                          Lib: 5
  1054. SCROLL.SRC
  1055.   Text, Bytes:     2073, Count:    60, 16-May-89
  1056.  
  1057.   Title   : Source for IRQ driven scroll routine
  1058.   Keywords: SCROLL ROUTINE SOURCE
  1059.  
  1060.   Improved version of scroll routine.  This source implements a wedge to
  1061.   the IRQ that constantly checks address #214 for a value 25+ whereupon C-64
  1062.   VIC screen will be scrolled up and leave topmost 7 rows intact. -Matthew
  1063.   
  1064.   -Matthew Montchalin
  1065.   
  1066.   
  1067. [73347,2651]                          Lib: 5
  1068. INTRO.4TH
  1069.   Text, Bytes:    21385, Count:    56, 27-Apr-89
  1070.  
  1071.   Title   : Overview of the Forth programming language
  1072.   Keywords: FORTH REFERENCE OVERVIEW
  1073.  
  1074.   Overview of potentially the most powerful programming language there is.
  1075.   
  1076.   Edition 2.00         By Giles
  1077.  
  1078.  
  1079. [76703,4243] Malcolm O'Brien          Lib: 5
  1080. SHLRAM.SDA
  1081.   Bin,  Bytes:    34304, Count:    20, 13-Apr-89
  1082.  
  1083.   Title   : Modifies Power C shell to run with RAMDOS
  1084.   Keywords: V9 I4 P26 POWERC RAMDOS RAM C C-ASSM MODIFY SHELL
  1085.  
  1086.   A collection of programs to modify the Power C shell and compiler to work
  1087.   with RAMDOS. You'll need RAMDOS 4.2 and C-ASSM. EDME file is included.  Load
  1088.   and run this SDA in 64 mode to dissolve the files. More info is in
  1089.   Transactor, Vol. 9, Iss. 4, pg. 26. By Adrian Pepper.
  1090.  
  1091.  
  1092. [70726,306]                           Lib: 5
  1093. EDS.ARC
  1094.   Img,  Bytes:     4324, Count:    22, 09-Apr-89
  1095.  
  1096.   Title   : PC source for string editing function demo
  1097.   Keywords: C POWER INPUT STRING EDIT
  1098.  
  1099.   This ARC file contains all Power C/ C Power 64 source needed to put together
  1100.   a demonstration of eds, a string editing function which can be used in place
  1101.   of the system- supplied input functions.  Features include the use of the
  1102.   left and right cursor arrows and the INST/ DEL key.
  1103.  
  1104.  
  1105. [73517,3141]                          Lib: 5
  1106. STRING.BIN
  1107.   Bin,  Bytes:      256, Count:    32, 16-Mar-89
  1108.  
  1109.   Title   : Stringsort128 ML string sort subroutine
  1110.   Keywords: C128 STRING SORT ML SUBROUTINE
  1111.  
  1112.   ML portion of stringsort128 demo. Must be called stringsort128 on your
  1113.   disk. Detailed instructions for use are located in REM statements in BASIC
  1114.   loader program; you need to DL the program STRING.BAS in addition to this ml
  1115.   file; if you have problems or want the source code, etc. leave E-mail.
  1116.                Matthew (Hurricane) Gilbert
  1117.                73517,3141
  1118.  
  1119.  
  1120. [73517,3141]                          Lib: 5
  1121. STRING.BAS
  1122.   Bin,  Bytes:     1152, Count:    33, 16-Mar-89
  1123.  
  1124.   Title   : BASIC loader/demo for STRING.BIN
  1125.   Keywords: C128 STRING SORT ML LOADER
  1126.  
  1127.   BASIC loader/demo for stringsort128. You'll also need the ML file
  1128.   STRING.BIN in order to execute STRING.BAS.  Detailed instructions are
  1129.   included in REM's in the BASIC program.  If you have problems, feel free to
  1130.   leave me E-Mail.
  1131.               Matthew (Hurricane) Gilbert
  1132.               73517,3141
  1133.  
  1134.  
  1135. [71140,3042] Charles Ardinger         Lib: 5
  1136. DISASS.BIN
  1137.   Bin,  Bytes:     5977, Count:   130, 05-Jan-89
  1138.  
  1139.   Title   : C64 machine language disassembler 1K/minute
  1140.   Keywords: C64 DISASSEMBLER 6510 UNDOCUMENTED OPCODES
  1141.  
  1142.   Fast c-64 disassembler.  Sends output to disk, printer or screen or any
  1143.   combination thereof.  Supports multiple disk drives, undocumented opcodes
  1144.   and more.  Works at its best on very large files--better than
  1145.   1K/min. Shareware; comes with a lifetime guarantee.  I know the author
  1146.   personally and will forward any questions.
  1147.            Charles Ardinger  71140,3042
  1148.  
  1149.  
  1150. [73027,454] kenneth kahl              Lib: 5
  1151. SYMDIS.BIN
  1152.   Bin,  Bytes:    12160, Count:    80, 07-Oct-88
  1153.  
  1154.   Title   : Symbolic disassembler generates PAL/SYMASS source
  1155.   Keywords: DISASSEMBLER SYMBOLIC C128 PAL SYMASS
  1156.  
  1157.   This is a fully featured two pass symbolic dissassembler for the c128
  1158.   (128 mode only).  It disassembles machine language programs form memory or
  1159.   disk file and sends pal/symass assembly source to the screen,printer, or to
  1160.   a disk file which can be modified or assembled to a different location.
  1161.   See docs for more info.  This is a shareware program.
  1162.  
  1163.  
  1164. [73027,454] kenneth kahl              Lib: 5
  1165. SYMDIS.DOC
  1166.   Bin,  Bytes:     3328, Count:    79, 04-Oct-88
  1167.  
  1168.   Title   : Documentation file for SYMDIS.BIN
  1169.   Keywords: SYMDIS SYMBOLIC DISASSEMBLER DOCS SYMASS C128
  1170.  
  1171.   This is the documentaion file for SYMDIS, a two-pass 128 symbolic
  1172.   disassembler located elsewhere in this Library.  This file is in Petascii.
  1173.   Download it as a SEQ file with no translation.
  1174.  
  1175.  
  1176. [70726,306]                           Lib: 5
  1177. CCALDR.TXT
  1178.   Text, Bytes:     5687, Count:    38, 04-Sep-88
  1179.  
  1180.   Title   : PC src for calendar printing prg. 10x and Cardco
  1181.   Keywords: POWER C CALENDAR
  1182.  
  1183.   This SEQ file contains the corrected Power C/C Power source code for
  1184.   a monthly calendar printing program.  It is set up for a Gemini-10X
  1185.   printer using a Cardco Card? interface, but can be modified for other
  1186.   printers.  It also uses horizontally expanded print; this too can be
  1187.   changed. If you dowloaded the previous version, please note that the correct
  1188.   dimension value of char horzline in function printcal is 79, not 78.
  1189.  
  1190.  
  1191. [70726,306]                           Lib: 5
  1192. LSCG.IMG
  1193.   Img,  Bytes:    14738, Count:    73, 04-Sep-88
  1194.  
  1195.   Title   : v3.0 of LADS source code generator object->source
  1196.   Keywords: LADS SOURCE CODE GENERATOR LSCG ASSEMBLER
  1197.  
  1198.   NOTE:  Image file, download with CIS-B if possible.
  1199.   
  1200.   This is version 3.0 of LADS Source Code Generator, a utility to convert
  1201.   ML object code into LADS source code.  This version includes many
  1202.   significant enhancements over version 2.0.  This is an ARC file and should
  1203.   be downloaded with an .ARC extension.  Uploaded with Vidtex.
  1204.  
  1205.  
  1206. [75146,3536] John B. Jordan           Lib: 5
  1207. DIRP.C
  1208.   Text, Bytes:     1995, Count:    64, 21-Aug-88(25-Aug-88)
  1209.  
  1210.   Title   : PC shell allows DOS-like pattern matches
  1211.   Keywords: POWER C DIR DIRECTORY DIRP SOURCE DOS
  1212.  
  1213.   This is a Power C shell utility that allows DOS-like pattern searches; i.e.,
  1214.   dirp .c displays all C source files on drive 8.  Directory other drives by
  1215.   appending the drive number to the command (dirp .sh 9). Supports the 1541,
  1216.   71, and 81.  Compiled with Power C on the C128.
  1217.                                                       John Jordan
  1218.  
  1219.  
  1220. [72127,2301]                          Lib: 5
  1221. DBLITZ.BIN
  1222.   Bin,  Bytes:    19840, Count:   149, 04-Aug-88
  1223.  
  1224.   Title   : Decompiles Blitzed/Austrospeed programs into BASI
  1225.   Keywords: C64 DECOMPILER DEBLITZ BLITZ AUSTROSPEED
  1226.  
  1227.   This is a decompiler for Blitz or Austrospeed compiled programs. It
  1228.   reproduces the original BASIC 2.0 code so you can study and/or modify it,
  1229.   then recompile it.
  1230.  
  1231.  
  1232. [74346,3665]                          Lib: 5
  1233. MOUSE.SDA
  1234.   Bin,  Bytes:     7168, Count:    84, 22-Jul-88
  1235.  
  1236.   Title   : A mouse emulator for C128 mode
  1237.   Keywords: C128 MOUSE EMULATOR
  1238.  
  1239.   A mouse emulator for the C128 in native mode.  Self-dissolving
  1240.   archive contains: mouse80.doc - brief expalanation of program usage
  1241.   mouse80.src - 6502 assembly source code (I use TSDS) mouse80.bin - the
  1242.   program.
  1243.  
  1244.  
  1245. [70726,306]                           Lib: 5
  1246. NIM.SRC
  1247.   Text, Bytes:     3570, Count:    42, 18-Jul-88
  1248.  
  1249.   Title   : PC source file for Nim, a simple number game
  1250.   Keywords: POWER C NIM GAME
  1251.  
  1252.   This SEQ file contains the Power C (C Power) source code for Nim, a
  1253.   simple number game.  Enjoy!
  1254.  
  1255.  
  1256. [73125,66]                            Lib: 5
  1257. SEQTOU.BIN
  1258.   Bin,  Bytes:     1537, Count:    70, 12-Jun-88
  1259.  
  1260.   Title   : SC source code, seq to usr file conv. prg.
  1261.   Keywords: ABACUS SUPER C SOURCE SEQ USR FILE FORMAT CONVERSION
  1262.  
  1263.   ABACUS SUPER C SOURCE CODE. This is source code for a conversion program.
  1264.   When compiled the program will convert SEQUENTIAL files to USR format
  1265.   compatabile with the SUPER C Editor. The EDITOR w ill "COMPLAIN" after it
  1266.   loads a converted file but it will load it. After a save from the EDITOR the
  1267.   file will be fine and the EDIT OR will no longer COMPLAIN. Run from the CCP
  1268.   prompt only as BASIC does not allow command line parameters. JOHN
  1269.  
  1270.  
  1271. [73125,66]                            Lib: 5
  1272. LISTER.IMG
  1273.   Img,  Bytes:     2685, Count:    45, 12-Jun-88
  1274.  
  1275.   Title   : SC source code, file lister prg
  1276.   Keywords: ABACUS SUPER C SOURCE CODE LIST PRINT FILE UTILITY
  1277.  
  1278.   NOTE:  Image file
  1279.   
  1280.   Abacus Super C source code. This is source code for a file lister program.
  1281.   It will compile as is with the ABACUS SUPER C compiler.
  1282.    It lists to the screen if only the file name is given on invocation. If a
  1283.   second argument is given then it will print to the  printer and the screen.
  1284.   As written it can only be run from the CCP prompt.
  1285.   
  1286.                         JOHN
  1287.  
  1288.  
  1289. [72060,765]                           Lib: 5
  1290. KERNAL.H
  1291.   Bin,  Bytes:     2560, Count:    75, 12-Jun-88
  1292.  
  1293.   Title   : PC header file, defines Kernal entry points
  1294.   Keywords: POWER C KERNAL ENTRY POINTS ASSEMBLER IE
  1295.  
  1296.    Header file that defines the Kernal entry points for the Commodore 64...
  1297.   usable with C-ASSM elsewhere in this section.
  1298.    Written 88/06/12 by Steve Boyko, Infinity Enterprises.
  1299.    This file is released into the public domain.
  1300.    If you have any questions, Plex me at 72060,765.
  1301.  
  1302.  
  1303. [72060,765]                           Lib: 5
  1304. FGETLN.C
  1305.   Bin,  Bytes:     1024, Count:    54, 06-Jun-88
  1306.  
  1307.   Title   : PC implementation of 'fgetline'
  1308.   Keywords: POWER C FGETLINE FILES IE FUNCTION
  1309.  
  1310.   A Power C implementation of the standard C function 'fgetline', which gets
  1311.   a line of data from a file.  The line is defined as a string of
  1312.   characters terminated by a carraige return or End-of-File. Uploaded as a
  1313.   sequential text file. This file is in PETSCII so download with NO ASCII
  1314.   conversion. If you have any questions, comments, etc. Plex me at 72060,765
  1315.   (Steve Boyko, Infinity Enterprises)
  1316.  
  1317.  
  1318. [74645,27]                            Lib: 5
  1319. RA.ARC
  1320.   Bin,  Bytes:    28702, Count:    53, 17-May-88
  1321.  
  1322.   Title   : PC reverse assembler
  1323.   Keywords: POWER C REVERSE ASSEMBLER
  1324.  
  1325.   A Reverse Assembler for Power C.  Reverse assembles Power C object
  1326.   modules. Public domain(see docs).  Downloaded from the Power C BBS.   ARC
  1327.   file contains Source, object, shell module and docs.
  1328.  
  1329.  
  1330. [74645,27]                            Lib: 5
  1331. CASSM.ARC
  1332.   Bin,  Bytes:    32258, Count:    85, 17-May-88
  1333.  
  1334.   Title   : PC assembler, produces PC object modules
  1335.   Keywords: POWER C ASSEMBLER
  1336.  
  1337.   An assembler which produces Power C compatible object modules.  Downloaded
  1338.   from the Power C BBS. Public Domain(see docs).  ARC file contains
  1339.   source(Power C, of course) and docs. Uploaded by Ben Coleman with Vidtex
  1340.   4.1.
  1341.  
  1342.  
  1343. [70726,306]                           Lib: 5
  1344. CDTC64.TXT
  1345.   Text, Bytes:     1752, Count:    60, 09-May-88
  1346.  
  1347.   Title   : Text file describes modifications to CDT128
  1348.   Keywords: CDT C POWER DEBUG MONITOR
  1349.  
  1350.   This SEQ text file describes how to modify CDT128 (found elsewhere in
  1351.   this DL) to work on the C64.  CDT is a debugging tool for C Power (Power
  1352.   C). See CDT128.ARC for details.
  1353.  
  1354.  
  1355. [76703,4243] Malcolm O'Brien          Lib: 5
  1356. SAELSP.BIN
  1357.   Bin,  Bytes:      256, Count:    96, 03-May-88
  1358.  
  1359.   Title   : Stand-alone LISP editor
  1360.   Keywords: V8 I06 P38 C64 LISP INTERPRETER STAND ALONE EDITOR
  1361.  
  1362.   This is the Stand Alone Editor for Micro-Lisp (LISP26.BIN). A special
  1363.   version  of the Micro-Lisp edit command. Runs without Micro-Lisp to allow
  1364.   creation of  programs larger than would be possible with Lisp running.
  1365.   Author: Nick Vrtis.
  1366.  
  1367.  
  1368. [76703,4243] Malcolm O'Brien          Lib: 5
  1369. LISP26.BIN
  1370.   Bin,  Bytes:    10240, Count:    98, 03-May-88
  1371.  
  1372.   Title   : LISP interpreter from Transactor V8 I6 P38
  1373.   Keywords: V8 I06 P38 C64 LISP INTERPRETER LANGUAGE
  1374.  
  1375.   Micro-Lisp V2.6 - a LISP interpreter for the C64. You MUST read the magazine
  1376.   article. LSPDEM.BIN is demo source. SAELSP.BIN is the Stand Alone Editor.
  1377.   Author: Nicholas Vrtis.
  1378.  
  1379.  
  1380. [72060,765]                           Lib: 5
  1381. RANDOM.SRC
  1382.   Text, Bytes:      631, Count:    44, 02-May-88
  1383.  
  1384.   Title   : PC random number generator
  1385.   Keywords: POWER C C64 RANDOM FUNCTION IE RANDOM.C
  1386.  
  1387.   A Power C function that will compute a random number between a given range.
  1388.   Usage:
  1389.   
  1390.   rand (lo,hi)
  1391.   
  1392.   where lo is the low end of the range and hi is the high end.
  1393.   
  1394.   unsigned lo,hi;
  1395.   
  1396.   Rand returns an unsigned.  One function Pro-Line forgot, I guess.
  1397.   
  1398.   Questions, comments, etc to
  1399.      Steve Boyko
  1400.      72060,765
  1401.  
  1402.  
  1403. [71156,1354]                          Lib: 5
  1404. EXPDIR.SDA
  1405.   Img,  Bytes:    19056, Count:    45, 09-Apr-88
  1406.  
  1407.   Title   : PC, expanded directory source, obj & exe
  1408.   Keywords: C64 POWER C EXPANDED DIRECTORY
  1409.  
  1410.   NOTE:  Image file, download with CIS-B if possible.
  1411.    This SDA file contains the SOURCE, OBJECT, and EXECUTABLE code for the
  1412.   DOS enhancement EXPANDED DIRECTORY written in POWER C. It allows the
  1413.   viewing of a disk directory with otherwise unseen information such as
  1414.   directory T&S, program T&S, load address, and DELeted files. UPloaded
  1415.   using VIDTEX 4.2 by original author and is donated to public domain.
  1416.   [71156,1354]
  1417.   Paul
  1418.  
  1419.  
  1420. [75536,430]                           Lib: 5
  1421. CDT128.ARC
  1422.   Bin,  Bytes:    23424, Count:    74, 31-Mar-88
  1423.  
  1424.   Title   : PC debugging tool for the C128
  1425.   Keywords: C POWER C128 DEBUG DISASSEBLER CDT
  1426.  
  1427.   Why don't my C programs do what I want?  The CDT may be just what you
  1428.   need. CDT128 is a debugging tool for C Power (or Power C) for the C128, or,
  1429.   with a little work, the C64.  Mostly, it's a disassembler, but it
  1430.   contains several very useful routines.  Requires ARC230 or later to de-arc.
  1431.   
  1432.   CDT is copyrighted by Alan Yorinks with permission to
  1433.   distribute non-commercially.  C128 users: for 80 columns, delete #define C64
  1434.   2 and add #define COL80 1.
  1435.  
  1436.  
  1437. [76556,2477]                          Lib: 5
  1438. SCRNE2.SDA
  1439.   Bin,  Bytes:     6144, Count:    76, 25-Mar-88
  1440.  
  1441.   Title   : More machine language routines for screen effects
  1442.   Keywords: C64 SCREENIES ML SCREEN ROUTINES
  1443.  
  1444.   SCREENIES! are short & simple machine language routines that produce
  1445.   an exciting text screen effect. Put onto disk with lots of room and
  1446.   LOAD/RUN to dissolve. FILES: YIPES! STRIPES!, BLITZKRIEG!, FLASH!, & NMI
  1447.   STRIPES! 24 disk blocks.
  1448.                                        Ron LeMon
  1449.                                        76556,2477
  1450.  
  1451.  
  1452. [76556,2477]                          Lib: 5
  1453. SCRNE1.SDA
  1454.   Bin,  Bytes:     7424, Count:    83, 25-Mar-88
  1455.  
  1456.   Title   : Machine language routines for screen effects
  1457.   Keywords: C64 SCREENIES ML SCREEN ROUTINES
  1458.  
  1459.   SCREENIES! are short & simple machine language routines that produce
  1460.   an exciting text screen effect. Put onto disk with lots of room and LOAD/RUN
  1461.   to dissolve. Files: SCREEN HAVOC!, ABC-DABRA!, HYPERDRIVE!, &
  1462.   KALEIDOSCOPE! 29 disk blocks.
  1463.                                         Ron LeMon
  1464.                                         76556,2477
  1465.  
  1466.  
  1467. [73455,1440]                          Lib: 5
  1468. DISPL.SRC
  1469.   Text, Bytes:     1804, Count:    43, 24-Mar-88
  1470.  
  1471.   Title   : Displays PC source or text files on screen
  1472.   Keywords: C128 C-POWER SCREEN DISPLAY SOURCE CODE
  1473.  
  1474.   NOTE:  ASCII source code, download accordingly.
  1475.   
  1476.   Another modification of PRINT.C.  This one is for display of C-Power source
  1477.   or text files to the screen.  It stops after each 23 lines and waits for
  1478.   <CR>. Probably redundant, but faster than loading ed.sh or ced.sh if you
  1479.   just need a quick look.
  1480.  
  1481.  
  1482. [73455,1440]                          Lib: 5
  1483. COLORS.SRC
  1484.   Text, Bytes:     1483, Count:    37, 18-Mar-88
  1485.  
  1486.   Title   : PC 128, toggles through screen & char colors
  1487.   Keywords: C128 C-POWER SCREEN COLORS SOURCE CODE
  1488.  
  1489.   NOTE:  ASCII source code, download accordingly.
  1490.   
  1491.   A simple little c program to toggle through the c-128 80 column screen
  1492.   and character colors.  Second try at this language!
  1493.  
  1494.  
  1495. [73455,1440]                          Lib: 5
  1496. CNOTE2.TXT
  1497.   Text, Bytes:     3036, Count:   103, 18-Mar-88
  1498.  
  1499.   Title   : Hints and tips for using C-Power 128
  1500.   Keywords: C128 C-POWER HINTS HELP
  1501.  
  1502.   This is a short text file with some hints on using C-Power 128.  It
  1503.   is written with the ED.SH editor but with limited column width.  Just
  1504.   some helpful ideas I found on the way to learning how to use this compiler.
  1505.  
  1506.  
  1507. [73455,1440]                          Lib: 5
  1508. ASCIPR.SRC
  1509.   Text, Bytes:     3345, Count:    32, 18-Mar-88
  1510.  
  1511.   Title   : PC 128 printer program for ASCII printers
  1512.   Keywords: C128 C-POWER PRINT SOURCE CODE
  1513.  
  1514.   NOTE:  ASCII source code; download accordingly.
  1515.   
  1516.   Second generation PRINT.C for C-Power 128.  This one is set-up to
  1517.   print correctly to an ASCII printer.  Special characters print right, and
  1518.   petscii switched to ascii.  First generation modification was D/L from
  1519.   Q-link and I lost author's name. First try at this interesting language!
  1520.  
  1521.  
  1522. [72745,256]                           Lib: 5
  1523. DOCWRI.IMG
  1524.   Img,  Bytes:     3379, Count:    73, 17-Mar-88
  1525.  
  1526.   Title   : C64, lets you make a menu of your docs
  1527.   Keywords: C64 DOCUMENTATION MENU MAKER
  1528.  
  1529.   NOTE:  Image file, download with CIS-B if possible.
  1530.   
  1531.   Program that lets you make a menu of your documention. Basic program with
  1532.   some interesting subroutines. Let me know how to improve it. P.D.
  1533.  
  1534.  
  1535. [72207,242]                           Lib: 5
  1536. DECODE.SDA
  1537.   Bin,  Bytes:    38912, Count:   106, 16-Mar-88
  1538.  
  1539.   Title   : C64 unassembler/cruncher/docs (SDA file)
  1540.   Keywords: DECODE UNASSEMBLER LADS SDA 6510 C64
  1541.  
  1542.   Self-dissolving ARChive writes 6 files: DECODE reads ml file from disk and
  1543.   writes assembly language files to disk; DECODE.COMPiled does it
  1544.   faster; DECODE.DOC is 8-9 pages including menu selections, operation,
  1545.   interpretation and output modifications; CRUNCH.50250 compacts the output
  1546.   files; CRUNCH.LDR writes CRUNCH.50250 to disk; CRUNCH.SRC is the assembler
  1547.   source. No file preparation needed:  load and run.
  1548.  
  1549.  
  1550. [74316,3522]                          Lib: 5
  1551. GRAPHI.HDR
  1552.   Text, Bytes:      141, Count:    58, 09-Mar-88
  1553.  
  1554.   Title   : PC header file for graphic.c
  1555.   Keywords: C128 80COL POWER C HIRES 640X200
  1556.  
  1557.   This is the C header file for graphic.c a 640 X 200 hires graphic
  1558.   package for Power C (or C Power). This hires graphic system will only work
  1559.   for a C128 with a 80 col screen. For more information please see GRAPH.SRC
  1560.  
  1561.  
  1562. [74316,3522]                          Lib: 5
  1563. GRAPH.SRC
  1564.   Text, Bytes:     9605, Count:    67, 09-Mar-88
  1565.  
  1566.   Title   : PC 640 x 200 graphic routines for C128
  1567.   Keywords: C POWER GRAPHIC HIRES C128 PLOT DRAW 640X200
  1568.  
  1569.   A set of 640 x 200 graphic routines written in Power C ( or C Power). These
  1570.   could be faster if plot and draw where written in M.L. but they will do for
  1571.   drawing and plotting to the C128 screen. You MUST download GRAPHI.HDR also.
  1572.  
  1573.  
  1574. [72167,3312] Rick Joslin              Lib: 5
  1575. LADS.TXT
  1576.   Text, Bytes:     1365, Count:    55, 14-Feb-88
  1577.  
  1578.   Title   : Bug report for LADS assembler
  1579.   Keywords: LADS PROBLEM BUG ERROR
  1580.  
  1581.   Sysop Note:  A message on the CBMPRG forum from Rick Joslin, describing
  1582.   a problem with the LADS assembler.
  1583.   
  1584.   Comments and questions to Rick Joslin (72167,3312)
  1585.  
  1586.  
  1587. [75075,1662] robert norton            Lib: 5
  1588. INTERL.IMG
  1589.   Img,  Bytes:      355, Count:   127, 17-Jan-88
  1590.  
  1591.   Title   : Wedge that toggles interlace in 80 column chip
  1592.   Keywords: C128 80COL INTERLACE VIDEO WEDGE
  1593.  
  1594.   NOTE:  Image file, download with CIS-B if possible.
  1595.   
  1596.   This routine toggles the C128 80 col interlace option on or off when the
  1597.   <CNTL> and <ALT> keys are pressed simultaneously.  The routine wedges into
  1598.   the KEYVEC ($033a) vector and is disabled by RS/RESTORE or any programs that
  1599.   call the Kernal routine CINT ($FF81).  The "wedge" sits in the area from
  1600.   $0BC1 to $0BFF.
  1601.  
  1602.  
  1603. [75075,1662] robert norton            Lib: 5
  1604. INTERL.ASM
  1605.   Img,  Bytes:     3655, Count:    40, 17-Jan-88
  1606.  
  1607.   Title   : Source for INTERL.IMG (Power Assembler/Buddy)
  1608.   Keywords: C128 80COL SOURCE INTERL.IMG
  1609.  
  1610.   Source for "INTERL.IMG", an 80 column interlace toggle wedge for the
  1611.   C128. Source code format for BetterWorking's "Power Assembler" ASCII editor.
  1612.  
  1613.  
  1614. [71121,1540]                          Lib: 5
  1615. CWIND.ARC
  1616.   Bin,  Bytes:    36096, Count:    81, 16-Jan-88
  1617.  
  1618.   Title   : PC C-windows program for C64
  1619.   Keywords: POWER C WINDOWS 80 COLUMNS FAST
  1620.  
  1621.   C-Windows v1.11 for C-Power (also known as Power C).  40/64/80 columns +
  1622.   windows on a C-64.  Allfunctions written in assembly for  fastest possible
  1623.   execution times.  Includes LIBrary demo with source and LINKable OBJect
  1624.   files.  For complete system, please consult README file.  Uploaded by
  1625.   original author.
  1626.  
  1627.  
  1628. [70726,306]                           Lib: 5
  1629. INVADR.SRC
  1630.   Text, Bytes:     7898, Count:   107, 31-Dec-87
  1631.  
  1632.   Title   : PC source code for "invaders" game
  1633.   Keywords: POWER C EXAMPLE FUNCTIONS INVADERS
  1634.  
  1635.   This is Power C (or C Power) source code for Invaders, a simple
  1636.   arcade-type invasion game.  It contains many useful functions which can be
  1637.   used in other programs.
  1638.  
  1639.  
  1640. [70726,306]                           Lib: 5
  1641. CNOTES.TXT
  1642.   Text, Bytes:     2208, Count:   169, 31-Dec-87
  1643.  
  1644.   Title   : Hints and tips for using PC
  1645.   Keywords: POWER C
  1646.  
  1647.   This file contains hints for Better Working's Power C (same as Pro-Line's C
  1648.   Power) compiler package.  It is a SEQ file.
  1649.  
  1650.  
  1651. [70726,306]                           Lib: 5
  1652. CLISTR.SRC
  1653.   Text, Bytes:      917, Count:    79, 31-Dec-87
  1654.  
  1655.   Title   : PC source for program printer program
  1656.   Keywords: POWER C PROGRAM LISTER
  1657.  
  1658.   This is a Power C (or C Power) source listing for a program to list C
  1659.   source code to a printer.  It performs a conversion of the 6 special
  1660.   characters Power C uses so that the symbols (braces, tilde, underscore,
  1661.   vertical bar, and back slash) are printed correctly, unlike the editor
  1662.   command 'print'.
  1663.  
  1664.  
  1665. [73027,1576]                          Lib: 5
  1666. CHRISC.L
  1667.   Bin,  Bytes:      128, Count:    48, 15-Nov-87
  1668.  
  1669.   Title   : User library for POWER C users
  1670.   Keywords: C64 SPINNAKER POWER C LIBRARY REV1.0
  1671.  
  1672.   This is a user library for POWER C users. It currently only contains
  1673.   2 functions:-  peek() and poke() As their names imply, they simulate a peek
  1674.   or poke BASIC statement. There is an associated header file named CHRISCOX.H
  1675.   which you should also download for this library.
  1676.   USAGE: #include <chriscox.l>
  1677.       char var_name = peek(*address);
  1678.                       poke(*address,byte_value);
  1679.   
  1680.   More functions in later levels! (This is a new language for me!!!)
  1681.  
  1682.  
  1683. [73027,1576]                          Lib: 5
  1684. CHRISC.H
  1685.   Bin,  Bytes:      640, Count:    41, 15-Nov-87
  1686.  
  1687.   Title   : PC header file for CHRISCOX.L
  1688.   Keywords: C64 SPINNAKER POWER C HEADER FILE REV1.0
  1689.  
  1690.   This is the header file for CHRISCOX.L, a user library found elsewhere in
  1691.   this DL.
  1692.   See contents of this file & description for CHRISCOX.L for further
  1693.   information.
  1694.   Revision 1.0
  1695.   Uploaded using XModem by author...
  1696.                      Chris Cox
  1697.                     73027,1576
  1698.  
  1699.  
  1700. [72030,661]                           Lib: 5
  1701. FONEWD.BIN
  1702.   Bin,  Bytes:     7936, Count:   103, 28-Oct-87
  1703.  
  1704.   Title   : Generate letter combinations from phone numbers
  1705.   Keywords: C64 C128 PRINT WORDS PHONE NUMBERS
  1706.  
  1707.   This program will take a telephone number, and using the letters on
  1708.   the keypad, give you EVERY possible combination of letters: some will
  1709.   make words (or almost). Uses only the local number, but can be modified
  1710.   to accept area codes, too. CAUTION: over 2,000 combinations are
  1711.   possible! For '64 or 128; entirely in BASIC. Feedback appreciated.  <]Dave[>
  1712.   72030,661
  1713.  
  1714.  
  1715. [76703,4353]                          Lib: 5
  1716. SANENG.BIN
  1717.   Bin,  Bytes:     3072, Count:    75, 22-Oct-87
  1718.  
  1719.   Title   : Sanitation Engineer: Fast garbage collection
  1720.   Keywords: TRANSACTOR SANITATION ENGINEER GARBAGE COLLECTION
  1721.  
  1722.   Sanitation Engineer, a program to provide fast garbage collection on
  1723.   the Commodore 64. Written as patch to the Basic ROM, it attaches by copying
  1724.   the ROM into its underlying RAM then modifying it. The RAM under the Kernal
  1725.   ROM is used as a buffer area. Author: Fred Simon of Gibbsboro, NJ.
  1726.  
  1727.  
  1728. [76556,2477]                          Lib: 5
  1729. WINSRC.SEQ
  1730.   Bin,  Bytes:     4224, Count:    99, 29-Sep-87
  1731.  
  1732.   Title   : ML source for WINDOW.BIN (TSDS assembler)
  1733.   Keywords: C128 80COL WINDOW WONDER ML SOURCE
  1734.  
  1735.   This is the optional ML source code for the WINDOW.OBJ routine. It
  1736.   was written on the TSDS assembler. This file is 17 disk blocks long.
  1737.                                              Ron LeMon
  1738.                                              76556,2477
  1739.  
  1740.  
  1741. [76556,2477]                          Lib: 5
  1742. WINDOC.BIN
  1743.   Bin,  Bytes:     8064, Count:   154, 29-Sep-87
  1744.  
  1745.   Title   : Documentation file for WINDOW.BIN
  1746.   Keywords: C128 80COL WINDOW WONDER DOCS
  1747.  
  1748.   This C-128 machine language utility emulates Mac style pull-down windows on
  1749.   the 80-column text screen. Easily programmed into any BASIC
  1750.   application. Download this document file and send to printer (secondary
  1751.   address = 7). Also download WINDOW.BIN, WINSRC.SEQ & WINDEM.BIN on this
  1752.   DL. This file is 32 disk blocks long.
  1753.                                              Ron LeMon
  1754.                                              76556,2477
  1755.  
  1756.  
  1757. [76556,2477]                          Lib: 5
  1758. WINDO.BIN
  1759.   Bin,  Bytes:      768, Count:   158, 29-Sep-87
  1760.  
  1761.   Title   : 80 column pull down menu utility
  1762.   Keywords: C128 80COL WINDOW WONDER ML OBJ
  1763.  
  1764.   This is the Window Wonder binary ML file. Rename this file WINDOW.OBJ after
  1765.   downloading. Be sure to download and read WINDOC.SEQ, the documentation for
  1766.   Window Wonder. This file is 3 disk blocks long.
  1767.                                              Ron LeMon
  1768.                                              76556,2477
  1769.  
  1770.  
  1771. [76556,2477]                          Lib: 5
  1772. WINDEM.BIN
  1773.   Bin,  Bytes:     4736, Count:   235, 29-Sep-87
  1774.  
  1775.   Title   : BASIC demo program for WINDOW.BIN
  1776.   Keywords: C128 80COL WINDOW WONDER PULL-DOWN MENUS
  1777.  
  1778.   This is a BASIC program to demonstrate the features of Window Wonder.
  1779.   WINDEM.BIN simulates an 80-column communications terminal. Mac style
  1780.   pull-down menus are emulated. LISTing program will teach programming syntax
  1781.   with highlighted REM statements. This file is 19 disk blocks long.
  1782.                                              Ron LeMon
  1783.                                              76556,2477
  1784.  
  1785.  
  1786. [70137,1353]                          Lib: 5
  1787. BVT100.BIN
  1788.   Bin,  Bytes:    28544, Count:   110, 27-Sep-87
  1789.  
  1790.   Title   : Blazin'Forth VT52 terminal emulator
  1791.   Keywords: VT100 VT52 TERMINAL EMULATOR BLAZIN FORTH MODEM
  1792.  
  1793.   This is it!  A true VT100/VT52 terminal emulator for the C64 running
  1794.   BLAZIN' FORTH.  This program handles most all escape sequences, and produces
  1795.   an 80 column display (in software) complete with single height, double
  1796.   height, ad double width characters, and the specialline drawing character
  1797.   set.
  1798.     I believe this is the best terminal  emulator around.   Enjoy.
  1799.  
  1800.  
  1801. [72777,1202]                          Lib: 5
  1802. EXP-BL.BIN
  1803.   Bin,  Bytes:     1024, Count:    69, 05-Jul-87
  1804.  
  1805.   Title   : An example of using a 1700/1750 in BASIC.
  1806.   Keywords: C128 1700 1750 EXPANSION RAM VARIABLES
  1807.  
  1808.   An example of using a 1700 or 1750 RAM expander to store memory block
  1809.   1 (variables).  This program has only been tested with the new version 1
  1810.   C128 ROMS.
  1811.  
  1812.  
  1813. [76703,4353]                          Lib: 5
  1814. SYMASS.BIN
  1815.   Bin,  Bytes:     8960, Count:   271, 04-Jul-87
  1816.  
  1817.   Title   : 6502 PAL-compatible assembler for C64 (SDA)
  1818.   Keywords: SYMASS SYMASS3.9 ASSEMBLER 6502 ML TRANSACTOR
  1819.  
  1820.   Symass3.9, a PAL-compatible 6502 assembler for the Commodore 64,
  1821.   from Transactor. This file is a self-dissolving archive - just load and run,
  1822.   and it will create the necessary files on your disk (make sure you have at
  1823.   least 35 blocks free). Symass was written by Robert Huehn; this version has
  1824.   upgrades by Tim Buist. The program and documentation (what there is of it)
  1825.   is copyright 1987 Transactor Publishing Inc. Non-commercial redistribution
  1826.   permitted.
  1827.  
  1828.  
  1829. [74446,1627] Percival Blenman         Lib: 5
  1830. SWAP.IMG
  1831.   Img,  Bytes:       40, Count:    65, 09-May-87
  1832.  
  1833.   Title   : Routine to copy ROM to RAM and switch
  1834.   Keywords: BASIC ROM RAM SWITCH SWAP
  1835.  
  1836.   This file is an improved version of BASIC.IMG (found elsewhere in this
  1837.   DL). It copies the ROM from A000-BFFF to the underlying RAM. Next, it
  1838.   stores (dec. 54) at location $01 (R6510). This procedure effectively swaps
  1839.   out BASIC ROM leaving you free to do with the RAM as you wish. The program
  1840.   on takes 1/2 a second to execute and occupies the RAM from $C000-C01F.
  1841.   To load:   LOAD "SWAP.OBJ",8,1
  1842.             SYS   49152
  1843.  
  1844.  
  1845. [74446,1627] Percival Blenman         Lib: 5
  1846. SPLIT.IMG
  1847.   Img,  Bytes:       76, Count:    85, 08-Apr-87
  1848.  
  1849.   Title   : Split screen routine
  1850.   Keywords: C64 SPLIT SCREEN UTILITY MACHINE LANGUAGE ML
  1851.  
  1852.   NOTE:  Image file, download with CIS-B if possible.
  1853.   This is a short ML routine that is loaded 'LOAD "split",8,128'. The
  1854.   program resides from 679 to 746 in memory. It allows you to split your
  1855.   screen in to a LOWER and UPPER half. The commands are:
  1856.   poke 680,nn   (0-15) BORDER
  1857.   poke 692,nn   (0-15) UPPER SCREEN
  1858.   poke 701,nn   (0-15) LOWER SCREEN
  1859.   wait 53265,128       wait on raster
  1860.   sys  721             run program
  1861.  
  1862.  
  1863. [72757,2107]                          Lib: 5
  1864. ITWORK.IMG
  1865.   Img,  Bytes:     5214, Count:   146, 06-Apr-87
  1866.  
  1867.   Title   : C64 program disassembler
  1868.   Keywords: C64 DISK DISASSEMBLER
  1869.  
  1870.   NOTE:  Image file, download with CIS-B if possible.
  1871.   
  1872.   ML program to be used with ITBOOT.IMG.  Will take a sector or a program off
  1873.   a disk and send disassemble code to the screen or printer.  Uploaded as
  1874.   freeware by author Steve Fischer, 72757,2107.  Download as IT WORKS.MC.
  1875.  
  1876.  
  1877. [72757,2107]                          Lib: 5
  1878. ITBOOT.IMG
  1879.   Img,  Bytes:     1999, Count:   151, 06-Apr-87
  1880.  
  1881.   Title   : Boot program for ITWORK.IMG disassembler
  1882.   Keywords: C64 DISK DISASSEMBLER BOOT
  1883.  
  1884.   NOTE:  Image file, download with CIS-B if possible.
  1885.   
  1886.   
  1887.    This is the boot program for ITWORK.IMG which is a disk prg disassembler.
  1888.   It disassembles off of  a  disk  and sends the code to either  the  screen
  1889.   or printer. This boot program has some instructions. Uploaded by the author
  1890.   as free-ware.
  1891.  
  1892.  
  1893. [73537,3654]                          Lib: 5
  1894. COLUMN.BIN
  1895.   Bin,  Bytes:     8704, Count:   130, 25-Mar-87
  1896.  
  1897.   Title   : 80 column character generator
  1898.   Keywords: C64 80COL CHARACTER GENERATOR
  1899.  
  1900.   an 80 column charcter generator for c64
  1901.  
  1902.  
  1903. [74436,3302]                          Lib: 5
  1904. TKNIZE.IMG
  1905.   Img,  Bytes:     3812, Count:   168, 07-Feb-87
  1906.  
  1907.   Title   : Tokenizer, ASCII -> BASIC prg file
  1908.   Keywords: SEQ BASIC PRG KEYWORD TOKENIZER
  1909.  
  1910.   NOTE:  Image file, download with CIS-B if possible.
  1911.   
  1912.   
  1913.       Basic keyword tokenizer.  Takes ascii file and converts it to BASIC PRG
  1914.   file with BASIC 2.0 Keyword tokens. Uploaded with Compuserve 'B'
  1915.   protocol with VIDTEX.  Found in CBMCOM Lib, author unknown.
  1916.  
  1917.  
  1918. [74716,1321]                          Lib: 5
  1919. VDCFIX.IMG
  1920.   Img,  Bytes:       72, Count:    47, 17-Jan-87
  1921.  
  1922.   Title   : NMI wedge fixes hires display on early 128s
  1923.   Keywords: C128 8563 VDC 80COL DISPLAY FIX
  1924.  
  1925.   NOTE:  Image file
  1926.   If you have an early 128 whose 80-column display tends to go on the fritz
  1927.   (e.g, picture shifts left), try this NMI wedge.  Just BLOAD and SYS 3072
  1928.   activate.  When picture goes, hold down ALT key and hit RESTORE.  Recovers
  1929.   95+% of the time. Use SYS 3088 to deactivate before using RS-232 (modem)!
  1930.   Code is at 0C00, but can be modified for use elsewhere with monitor.
  1931.               Dave Zipkas
  1932.               74716,1321
  1933.  
  1934.  
  1935. [70726,306]                           Lib: 5
  1936. MTL.IMG
  1937.   Img,  Bytes:     1854, Count:    63, 26-Dec-86
  1938.  
  1939.   Title   : Converts Merlin -> LADS program files
  1940.   Keywords: MADS LADS MERLIN ML ASSEMBLER
  1941.  
  1942.   NOTE:  Image file, download with CIS-B if possible.
  1943.   
  1944.   This short BASIC program converts MADS/ Merlin-type sequential assembler
  1945.   files (such as many of those found in this DL) and converts them to
  1946.   LADS-type program files (with line numbers).  See directions in REM
  1947.   statements.
  1948.  
  1949.  
  1950. [76337,2216]                          Lib: 5
  1951. USQ.ARC
  1952.   Bin,  Bytes:    45824, Count:   267, 26-Oct-86
  1953.  
  1954.   Title   : Unsqueeze program for any C= computer
  1955.   Keywords: UNSQUEEZE ARCHIVE DE-ARCHIVE
  1956.  
  1957.   USQ.BIN is a version 2 archive. Download it as USQ.ARC, a program file.
  1958.   USQ is a short de-archive utility that allows you to use archived files in
  1959.   your own application programs. It supports stored, packed, squeezed, and
  1960.   squashed files and should run on ANY Commodore 65xx based machine. (Even a
  1961.   VIC). The archive also contains four demo programs that show you how to get
  1962.   at archived data files from BASIC or machine language.
  1963.   o
  1964.  
  1965.  
  1966. [73225,1067]                          Lib: 5
  1967. APPEND.IMG
  1968.   Img,  Bytes:      640, Count:   132, 15-Oct-86
  1969.  
  1970.   Title   : Combines program segments into one program
  1971.   Keywords: APPEND CONCATENATE C64
  1972.  
  1973.   NOTE:  Image file.
  1974.   Appends BASIC programs into one program. Load and run "APPEND", then
  1975.   follow prompts to append successive segments. After exiting, delete lines
  1976.   0-12 (program "APPEND") and save your combined programs. Xmodem padding must
  1977.   be removed) as follows:
  1978.   (1)LOAD"APPEND",8
  1979.   (2)POKE45,52:POKE46,10:CLR
  1980.   (3)SAVE"@0:APPEND",8 Programs to be appended must be pure BASIC without
  1981.   extra CTRL-Z's or ml code on end, except for last one.
  1982.  
  1983.  
  1984. [73225,1067]                          Lib: 5
  1985. DATAMA.IMG
  1986.   Img,  Bytes:     1024, Count:   144, 12-Oct-86
  1987.  
  1988.   Title   : Converts RAM contents to DATA statements
  1989.   Keywords: CONVERT MEMORY ML DATA STATEMENTS
  1990.  
  1991.   NOTE:  Image file, download with CIS-B if possible.
  1992.   
  1993.   This program, for the C64, converts RAM contents (such as machine code) with
  1994.   specified start and end addresses to DATA statements, which may have any
  1995.   starting line number<63000. Program is deleted automatically at end of
  1996.   conversion, leaving DATA statements which can be saved with normal program
  1997.   "SAVE" command.
  1998.  
  1999.  
  2000. [74246,2647]                          Lib: 5
  2001. LISTPR.IMG
  2002.   Img,  Bytes:     6978, Count:    70, 09-Oct-86
  2003.  
  2004.   Title   : Lists BASIC prg lines with load addresses
  2005.   Keywords: C64 BASIC LIST LINES PRINT
  2006.  
  2007.   NOTE: Image file, download with CIS-B if possible.
  2008.   
  2009.   This is a blitzed version of LISTPR.IMG which can be found a few files back
  2010.   i this DL.  When run, the program will list each line of a basic program
  2011.   along with its load address.  For more info, see the description of the
  2012.   original upload.
  2013.                    Rob Stein
  2014.  
  2015.  
  2016. [70066,603]                           Lib: 5
  2017. BFCSRC.TUT
  2018.   Text, Bytes:    36405, Count:   100, 22-Sep-86
  2019.  
  2020.   Title   : Explains the inner workings of Blazin'Forth
  2021.   Keywords: BLAZIN FORTH BFORTH DOCS TUTORIAL
  2022.  
  2023.   This is a file which attempts to explain the inner workings of a
  2024.   threaded code forth compiler, with specific reference to Blazin' Forth.  It
  2025.   is provided as an aid to those who are curious about such things, and
  2026.   to those who may be trying to understand the source code to Blazin'
  2027.   Forth. Good Luck! SDB
  2028.  
  2029.  
  2030. [72737,1315]                          Lib: 5
  2031. DYNAM.FTH
  2032.   Text, Bytes:     5390, Count:    67, 09-Sep-86
  2033.  
  2034.   Title   : BForth code to do dynamic memory management
  2035.   Keywords: FORTH FORTH-83 BFORTH DYNAMIC MEMORY MANAGEMENT
  2036.  
  2037.   NOTE:  ASCII source file.
  2038.   Text file showing 14 screens of bforth code to do dynamic memory
  2039.   management. allows you to allot blocks from a large block of memory and
  2040.   later free them.   Order is unimportant.  Location of large block of memory
  2041.   is the users option and some attempt is made to prevent fragmentation of the
  2042.   large block.  This should be usable on any forth 83 system.
  2043.  
  2044.  
  2045. [76703,4034]                          Lib: 5
  2046. DISASM.IMG
  2047.   Img,  Bytes:     9142, Count:   309, 06-Jul-86
  2048.  
  2049.   Title   : C64 disassembler
  2050.   Keywords: C64 DISASSEMBLER UNIMPLEMENTED OPCODES
  2051.  
  2052.   NOTE:  Image file, download with CIS-B if possible.
  2053.   
  2054.   A super disassembler for 64 mode.  Disassembles unimplemented opcodes, shows
  2055.   ascii, gives room to write comments, etc.
  2056.   
  2057.   Bri - 76703,4034 /SYSOP
  2058.  
  2059.  
  2060. [76347,2032]                          Lib: 5
  2061. SQ2PRG.TXT
  2062.   Text, Bytes:     2395, Count:   431, 30-Jun-86(04-Jul-86)
  2063.  
  2064.   Title   : Text file to convert SEQ to tokenized PRG file
  2065.   Keywords: SEQ PRG CONVERSION UTILITY
  2066.  
  2067.      This text file contains a short type-in program and instructions for
  2068.   converting a sequential program file into a tokenized program that will run.
  2069.  
  2070.  
  2071. [74446,1627] Percival Blenman         Lib: 5
  2072. SEQREL.BIN
  2073.   Bin,  Bytes:     1152, Count:    42, 29-May-86
  2074.  
  2075.   Title   : Converts SEQ file to 64FORTH REL file
  2076.   Keywords: 64FORTH RELATIVE SEQUENTIAL REL SEQ
  2077.  
  2078.   This program can be used to convert a SEQ file to REL readable format for
  2079.   64FORTH. This is not my program. However, to the best of my knowledge, it is
  2080.   in th Public Domain.
  2081.  
  2082.  
  2083. [74446,1627] Percival Blenman         Lib: 5
  2084. RELSEQ.BIN
  2085.   Bin,  Bytes:     1920, Count:    43, 29-May-86
  2086.  
  2087.   Title   : Converts 64FORTH REL to SEQ file
  2088.   Keywords: 64FORTH RELATIVE SEQUENTIAL REL SEQ
  2089.  
  2090.   This program will convert a 64FORTH REL file to a SEQ file for file
  2091.   transfers. This not my program. However, to the best of my knowledge, it is
  2092.   in the Public Domain.
  2093.  
  2094.  
  2095. [72737,1315]                          Lib: 5
  2096. FILES.BIN
  2097.   Bin,  Bytes:     4992, Count:    99, 12-May-86
  2098.  
  2099.   Title   : Gives BForth C like files (fopen, fclose, etc.)
  2100.   Keywords: BLAZIN FORTH BFORTH C SOFTWARE TOOLS
  2101.  
  2102.   These words give bforth c like files (fopen, fclose and such). These are
  2103.   also an example of K&P like software tools.  With these file words one could
  2104.   easily write K&P like software tools.  Also a proposed standard for forth
  2105.   file words. Questions?  Leave a note. 38 xmodem 128byte blocks
  2106.  
  2107.  
  2108. [76703,4032] Joe Buckley              Lib: 5
  2109. V-XREF.IMG
  2110.   Img,  Bytes:     1357, Count:   272, 21-Apr-86
  2111.  
  2112.   Title   : Butterfield cross-reference variable prg
  2113.   Keywords: BASIC VARIABLE CROSS REFERENCE BUTTERFIELD
  2114.  
  2115.   NOTE:  Image file, download with CIS-B if possible.
  2116.   This program, VARIABLE XREF, by Jim Butterfield, will print a
  2117.   cross-referenced table of variable usage in a Basic program to either a
  2118.   printer or the screen. It gives a map of variables so that they can be
  2119.   changed, optimized or added to but not a dump of variable values.
  2120.           .wayne schmidt.
  2121.  
  2122.  
  2123. [70567,1121]                          Lib: 5
  2124. ATOBT.IMG
  2125.   Img,  Bytes:     8962, Count:   142, 05-Apr-86
  2126.  
  2127.   Title   : C64 BASIC program autoboot maker
  2128.   Keywords: C64 AUTOBOOT MAKER
  2129.  
  2130.   NOTE:  Image file, download with CIS-B if possible.
  2131.   This program will make your BASIC programs automatically RUN after
  2132.   LOADing To use this program, type:
  2133.       LOAD"AUTOBOOTER",8,1 It has been set up to auto-boot.  You would
  2134.   LOAD your programs the same way (with the ",1" extension) after running
  2135.   this program on them.
  2136.    Comments via EASYPLEX appreciated.
  2137.       Lonnie De Cloedt
  2138.       70567,1121
  2139.  
  2140.  
  2141. [70007,1373]                          Lib: 5
  2142. SMONIN.IMG
  2143.   Img,  Bytes:     7222, Count:   542, 17-Feb-86
  2144.  
  2145.   Title   : Instructions for SMON64.IMG
  2146.   Keywords: C64 SUPERMON INSTRUCTIONS BUTTERFIELD
  2147.  
  2148.   NOTE:  Image file, download with CIS-B if possible.
  2149.   
  2150.   These are the instructions for Jim Butterfield's latest Supermon+64 found in
  2151.   this section under the name of smon64.img.
  2152.  
  2153.  
  2154. [70007,1373]                          Lib: 5
  2155. SMON64.IMG
  2156.   Img,  Bytes:     3187, Count:   620, 17-Feb-86
  2157.  
  2158.   Title   : Jim Butterfield's SUPERMON 64 w/128 instr. set
  2159.   Keywords: C64 SUPERMON C128 INSTRUCTION SET BUTTERFIELD
  2160.  
  2161.   NOTE:  Image file, download with CIS-B if possible.
  2162.   
  2163.   This is Jim Butterfield's latest machine language monitor for the 64.  It is
  2164.   an upgrade of his supermon to include the instruction set found resident in
  2165.   the C128 and allows compatability.  The instructions are found in the file
  2166.   called smonin.img also found in  this section.
  2167.  
  2168.  
  2169. [70066,351]                           Lib: 5
  2170. KILCUR.BIN
  2171.   Bin,  Bytes:       91, Count:   261, 15-Feb-86
  2172.  
  2173.   Title   : ML part of "killcursor" program
  2174.   Keywords: BASIC INPUT PROTECTED
  2175.  
  2176.   Binary file (program) for Killcursor (see kilcur.txt).  Call
  2177.   program "killcursor" on your disk.
  2178.  
  2179.  
  2180. [70066,351]                           Lib: 5
  2181. KILCUR.TXT
  2182.   Text, Bytes:     3890, Count:   170, 14-Feb-86(15-Feb-86)
  2183.  
  2184.   Title   : Docs for "killcursor" program
  2185.   Keywords: BASIC INPUT PROTECTED DOCUMENTATION
  2186.  
  2187.   ML utility to disable cursor up, cursor down, commodore/control/home/clr
  2188.   keys ,/comma/colon---to prevent bad input using the BASIC INPUT  routine.
  2189.  
  2190.  
  2191. [70066,351]                           Lib: 5
  2192. KILCUR.SRC
  2193.   Text, Bytes:     1335, Count:    77, 14-Feb-86
  2194.  
  2195.   Title   : Source code for "killcursor"
  2196.   Keywords: BASIC INPUT PROTECTED
  2197.  
  2198.   Source code for kilcur (killcursor). For CBM, or compatible assemblers.
  2199.  
  2200.  
  2201. [76703,3047]                          Lib: 5
  2202. BASAID.IMG
  2203.   Img,  Bytes:     5128, Count:   106, 08-Feb-86
  2204.  
  2205.   Title   : BASIC AID program
  2206.   Keywords: BASIC AID C64 MULTI FEATURE PROGRAM
  2207.  
  2208.   NOTE:  Image file, download with CIS-B if possible
  2209.   
  2210.   This is THE Basic Aid program.  It is loaded like a BASIC program and run.
  2211.   It then repositions itself into the top of memory so you can use it like
  2212.   Supermon and can even have it in memory with Supermon. It is normally named
  2213.   BASIC AID.C or BASIC AID.64.  Look for the instructions too. BRO/KEY:*basic
  2214.   aid*
  2215.   Darrell
  2216.  
  2217.  
  2218. [76703,3047]                          Lib: 5
  2219. BAINST.IMG
  2220.   Img,  Bytes:    11743, Count:    94, 08-Feb-86
  2221.  
  2222.   Title   : Doc file for BASIC AID program
  2223.   Keywords: BASIC AID DOCS
  2224.  
  2225.   NOTE:  Image file, download with CIS-B if possible
  2226.   
  2227.   This is the instructons to BASIC AID which I uploaded here as BASAID.IMG.
  2228.   It is a basic program which you load and run.  You might want to modified
  2229.   this file since as it is it will display to screen, only, and after it has
  2230.   explained all the features of BASIC AID it re-runs itself.
  2231.   
  2232.   Darrell
  2233.  
  2234.  
  2235. [70166,170]                           Lib: 5
  2236. 64AID.IMG
  2237.   Img,  Bytes:     1799, Count:   119, 02-Feb-86
  2238.  
  2239.   Title   : Butterfield, adds 5 commands to BASIC
  2240.   Keywords: C64 PROGRAMMING AID BUTTERFIELD
  2241.  
  2242.   NOTE:  Image file.
  2243.   
  2244.   A very handy little program that gives you 5 new commands:
  2245.    Find, Delete, Number, Append, Change.
  2246.   If you do any programming, there will be times when this program will
  2247.   be indispensable!
  2248.    NOTE: Since it's in machine language I've found that it won't work if
  2249.   you have the dos wedge loaded. So power down + up ,then load this.
  2250.   Written by JIM Butterfield long ago in COMPUTE!. Public Domain for quite
  2251.   a while.
  2252.                Enjoy,
  2253.  
  2254.  
  2255. [72467,43]                            Lib: 5
  2256. CHREDI.BIN
  2257.   Bin,  Bytes:     3072, Count:   100, 02-Jan-86
  2258.  
  2259.   Title   : Machine language 80 column character editor
  2260.   Keywords: C128 80COL CHARACTER EDITOR
  2261.  
  2262.   This program is written 100% in ML and allows editing the character set of
  2263.   the 80 column C-128 screen.  It also allows saving/recalling character sets
  2264.   to disk as USR files.  U/D/L/R moves the character, arrow keys move the
  2265.   cursor, RVS reverses the pattern, and C allows copying from one char to
  2266.   another.
  2267.  
  2268.  
  2269. [70066,603]                           Lib: 5
  2270. BFASM.DOC
  2271.   Text, Bytes:    29825, Count:   275, 10-Dec-85
  2272.  
  2273.   Title   : Blazin'Forth Assembler tutorial
  2274.   Keywords: BFORTH BLAZIN FORTH ASSEMBLER TUTORIAL
  2275.  
  2276.   This is a text file which attempts to explain how to use the Forth
  2277.   Assembler. All forths have (or should have) a resident assembler, so this
  2278.   may be of interest to non-BFC users as well. I tried to cover all aspects of
  2279.   using Assembly language with Forth, so this doc covers a lot of territory,
  2280.   from  beginning to advanced. Hope this helps you all make your programs run
  2281.   even faster. Good Luck! SDB
  2282.  
  2283.  
  2284. [76703,3047]                          Lib: 5
  2285. SMINST.IMG
  2286.   Img,  Bytes:     5882, Count:   261, 01-Dec-85
  2287.  
  2288.   Title   : SUPERMON instructions Dec. 85
  2289.   Keywords: SUPERMON DOCS
  2290.  
  2291.   NOTE:  Image file, download with CIS-B if possible
  2292.   
  2293.   This is a program which when run will display information necessary to use
  2294.   Supermon by Jim Butterfield.
  2295.   This file is a general purpose file that gives the basic operations of all
  2296.   versions of Supermon.
  2297.  
  2298.  
  2299. [74356,607]                           Lib: 5
  2300. MLTERM.IMG
  2301.   Img,  Bytes:     1032, Count:   145, 28-Nov-85
  2302.  
  2303.   Title   : Machine language terminal driver program
  2304.   Keywords: C128 TERMINAL ML DRIVER
  2305.  
  2306.   NOTE:  Image file, download with CIS-B if possible.
  2307.   
  2308.   MINITERM 128(c) is a machine lang. terminal prg driver. You can intergrate
  2309.   this routine into your basic terminal prg to incress the speed. Please read
  2310.   the MLTERM.DOC file for all the info needed. Prg sits at $1300 Copyright
  2311.   1985 by Michael LaPaglia Use freely do not remove credits
  2312.  
  2313.  
  2314. [74356,607]                           Lib: 5
  2315. MLTERM.DOC
  2316.   Text, Bytes:     3230, Count:   161, 28-Nov-85
  2317.  
  2318.   Title   : Documentation for MLTERM.IMG
  2319.   Keywords: C128 ML TERMINAL DOCS
  2320.  
  2321.   Doc file for MLTERM.IMG in this dbase. a ML routine you can use for your
  2322.   basic terminal prgs to incress the speed via a ML driver for terminal mode
  2323.   supports both ASCII and CBM ASCII
  2324.   Copyright 1985 by Michael LaPaglia use freely but do not remove the credits
  2325.  
  2326.  
  2327. [72277,3413]                          Lib: 5
  2328. MOVE0.SRC
  2329.   Text, Bytes:     3490, Count:    84, 22-Nov-85
  2330.  
  2331.   Title   : Source file for moving sprite zero with joystick
  2332.   Keywords: MADS SOURCE MOVE SPRITE JOYSTICK
  2333.  
  2334.       this is a source file for (MADS) for a routine which will read the
  2335.      joystick and move sprite zero in your own game. Download it, read it with
  2336.      the MADS editor, then assemble and load it. It works!!
  2337.                     Ward Gray
  2338.                     72277,3413
  2339.   
  2340.  
  2341. [75146,3536] John B. Jordan           Lib: 5
  2342. FIND.BIN
  2343.   Bin,  Bytes:      512, Count:   133, 21-Nov-85
  2344.  
  2345.   Title   : Finds character strings in BASIC program
  2346.   Keywords: FIND SEARCH HUNT SCAN STRINGS VARIABLES
  2347.  
  2348.   FIND is a machine language program for the -64 used to find character
  2349.   strings in a BASIC program. While editing the BASIC program LOAD"FIND",8,1
  2350.   and SYS 49152
  2351.    Enter the string to be searched for (don't use BASIC keywords). The line
  2352.   numbers will be listed as the string is found.
  2353.  
  2354.  
  2355. [72767,3167]                          Lib: 5
  2356. UNASM.IMG
  2357.   Img,  Bytes:     9478, Count:   353, 14-Nov-85
  2358.  
  2359.   Title   : Transactor unassembler, Merlin format
  2360.   Keywords: C64 TRANSACTOR UNASSEMBLER MADS
  2361.  
  2362.   NOTE:  Image file, download with CIS-B if possible.
  2363.   
  2364.   This program is in the CURRENT TRANSACTOR!It UN-ASSEMBLES a ML object file &
  2365.   WRITES to disk a CBM-MADS format source file! Transactor prgs MAY NOT be
  2366.   copied for profit!BEST CBM MAG OUT!!I got this version from ELITE
  2367.   718-779-3760.(My mag was missing the last page !)Ralph Garci
  2368.  
  2369.  
  2370. [76012,3334]                          Lib: 5
  2371. WINDOW.BIN
  2372.   Bin,  Bytes:      640, Count:   132, 21-Sep-85
  2373.  
  2374.   Title   : Demonstrates windowing in 40 or 80 columns
  2375.   Keywords: C128 80COL WINDOW DEMO
  2376.  
  2377.   This short program illustrates the ease of windowing on the C128. If for
  2378.   nothing else, it creates a pleasant pattern on  your screen. For either a 40
  2379.   or 80 Col. display, but has more 'effects' in 80.
  2380.  
  2381.  
  2382. [72307,2725]                          Lib: 5
  2383. EDTASM.DOC
  2384.   Text, Bytes:     1365, Count:   193, 20-Sep-85
  2385.  
  2386.   Title   : Doc file for 128EDT.IMG & 128ASM.IMG
  2387.   Keywords: C128 EDITOR ASSEMBLER DOCS
  2388.  
  2389.   3 of 3 files. 128edt.img, 128asm.img, edtasm.doc. Instruction for use of
  2390.   C128 edtasm v2.0. Give it a whirl. May not work on preproducttion
  2391.   models. Any question leave a message. DR Bull 72307,2725
  2392.  
  2393.  
  2394. [72307,2725]                          Lib: 5
  2395. 128EDT.IMG
  2396.   Img,  Bytes:     3143, Count:   137, 17-Sep-85
  2397.  
  2398.   Title   : Machine language source editor
  2399.   Keywords: C128 MACHINE LANGUAGE EDITOR
  2400.  
  2401.   NOTE:  Image file, download with CIS-B if possible.
  2402.   
  2403.   File 1 of 3. 128edt.img, 128asm.img, edtasm.doc. Uploaded with
  2404.   Vidtex4.0c. Written by me Dan R. Bull. Give away don't sell. Leave me a
  2405.   message if you have any questions. 73207,2725
  2406.  
  2407.  
  2408. [72307,2725]                          Lib: 5
  2409. 128ASM.IMG
  2410.   Img,  Bytes:     8007, Count:   156, 13-Sep-85
  2411.  
  2412.   Title   : C128 machine language assembler
  2413.   Keywords: C128 ASSEMBLER
  2414.  
  2415.   NOTE:  Image file, download with CIS-B if possible.
  2416.   
  2417.   2 of 3 files. 128edt.img, 128asm.img, edtasm.doc. Written by me. Dan R.
  2418.   Bull. Give away dont sell. Suggestions are welcome for future updates.
  2419.   72307,2725
  2420.  
  2421.  
  2422. [70066,603]                           Lib: 5
  2423. BFEDIT.DOC
  2424.   Text, Bytes:     3740, Count:   325, 12-Sep-85
  2425.  
  2426.   Title   : Procedure for adding full screen editor to BForth
  2427.   Keywords: FORTH BLAZIN EDITOR MODIFICATIONS FULLSCREEN SEP1985
  2428.  
  2429.   This is in answer to the large number of requests I have had from people
  2430.   who wanted to add fullscreen editing to Blazin Forth, but weren't sure how
  2431.   to do it. This text file gives the code, and the procedure, for adding these
  2432.   functions to the BFC.  Enjoy! SDB
  2433.  
  2434.  
  2435. [70066,603]                           Lib: 5
  2436. BFORTH.IMG
  2437.   Img,  Bytes:    23827, Count:   397, 08-Sep-85
  2438.  
  2439.   Title   : Scott Ballantyne's Blazin' Forth Compiler system
  2440.   Keywords: BLAZIN FORTH FORTH83 C64
  2441.  
  2442.   NOTE:  Image file, download with CIS-B if possible.
  2443.   
  2444.   Only Forth-83 system available for C64. Includes *all* of the standard
  2445.   +double numbers, assembler, etc. Copyright (C) 1985 by Scott Ballantyne,
  2446.   copying encouraged, sales not allowed. Questions/comments welcome Via
  2447.   EZ-plex. Enjoy! SDB [70066,603]
  2448.  
  2449.  
  2450. [72507,1025]                          Lib: 5
  2451. 16BIT.SRC
  2452.   Text, Bytes:     4700, Count:    83, 03-Sep-85
  2453.  
  2454.   Title   : 16 bit extended macros for Merlin
  2455.   Keywords: 16BIT MACROS MASM
  2456.  
  2457.   copr 1985 by irwin r. shapiro  permission granted for personal use
  2458.   only these are 16bit extended macros for use with masm from cbm they give
  2459.   you that added edge when you need it
  2460.  
  2461.  
  2462. [70066,603]                           Lib: 5
  2463. SIEV83.SRC
  2464.   Text, Bytes:      655, Count:   111, 27-Aug-85
  2465.  
  2466.   Title   : Forth-83 Sieve of Eratosthenes
  2467.   Keywords: BLAZIN FORTH BFORTH FORTH83 SIEVE ERATOSTHENES
  2468.  
  2469.   NOTE:  ASCII source file.
  2470.   
  2471.   This is the obligatory Sieve Program which runs under BFORTH.IMG. It
  2472.   clocks in at 19 seconds. Should run on any 83 forth (and possibly others) if
  2473.   the timing words are removed. Optional lines (see comments in source) allow
  2474.   the primes to be displayed. Pub domain. SDB
  2475.  
  2476.  
  2477. [70066,603]                           Lib: 5
  2478. EXAMPL.FTH
  2479.   Text, Bytes:     4760, Count:   167, 27-Aug-85
  2480.  
  2481.   Title   : Help for Forth-83 changes to 'Starting Forth'
  2482.   Keywords: BLAZIN FORTH HELP
  2483.  
  2484.   This file was written by one of the beta testers of Blazin' Forth. It
  2485.   describes the changes needed to get the examples in Chapter 12 of Starting
  2486.   Forth running under Forth-83. File by Rebekah Johnson Uploaded with her
  2487.   permission by Scott Ballantyne (SDB) Donated to Pub. Domain by the Author
  2488.  
  2489.  
  2490. [70066,603]                           Lib: 5
  2491. BFDEMO.SRC
  2492.   Text, Bytes:     2460, Count:   223, 24-Aug-85
  2493.  
  2494.   Title   : BForth Turtle graphics demo
  2495.   Keywords: C64 FORTH83 TURTLE GRAPHICS DEMO
  2496.  
  2497.   This is a Forth Source File (text) which draws a stunningly beautiful
  2498.   design using turtle graphics. It's short (4 screens) and shows off the speed
  2499.   of forth. This design takes 5 minutes 47 seconds in Logo. Forth draws it in
  2500.   43 seconds flat. Pub domain. Enjoy! SDB
  2501.  
  2502.  
  2503. [75456,3507]                          Lib: 5
  2504. LISP2.TXT
  2505.   Text, Bytes:    15745, Count:   175, 07-Aug-85
  2506.  
  2507.   Title   : LISP interpreter program
  2508.   Keywords: LISP INTERPRETER COMPILER PASCAL
  2509.  
  2510.   NOTE:  ASCII source file.
  2511.   
  2512.   corrected version of lisp.txt. may still have some errors but compiles clean
  2513.   and gives some response to typed input.
  2514.  
  2515.  
  2516. [70066,603]                           Lib: 5
  2517. BFRTH9.DOC
  2518.   Text, Bytes:    11635, Count:   235, 07-Aug-85
  2519.  
  2520.   Title   : BFORTH.IMG help file 2 for 'Starting Forth' text
  2521.   Keywords: BLAZIN FORTH DOCS
  2522.  
  2523.   Part of the documentation for BFORTH.IMG, a fast Forth-83 compiler for the
  2524.   C64. Download this as Starting2. For a complete list type BRO BFRTH?.* This
  2525.   is the second part of a help file intended to aid those who are
  2526.   learning forth using Brodies 'Starting Forth' as a text. [70066,603]
  2527.  
  2528.  
  2529. [70066,603]                           Lib: 5
  2530. BFRTH8.DOC
  2531.   Text, Bytes:    19690, Count:   265, 07-Aug-85
  2532.  
  2533.   Title   : BFORTH.IMG help file 1 for 'Starting Forth' text
  2534.   Keywords: BLAZIN FORTH DOCS
  2535.  
  2536.   Part of the documentation for BFORTH.IMG, a fast Forth-83 system for the
  2537.   C64. Download this as STARTING1 This file is intended as a help file for
  2538.   those who are trying to learn Forth using Brodies 'Starting Forth' text. For
  2539.   a complete list, type BRO BFRTH?.*
  2540.  
  2541.  
  2542. [70066,603]                           Lib: 5
  2543. BFRTH7.DOC
  2544.   Text, Bytes:     9880, Count:   298, 07-Aug-85
  2545.  
  2546.   Title   : Documentation for BFORTH.IMG (misc. info)
  2547.   Keywords: BLAZIN FORTH DOCS
  2548.  
  2549.   Part of the documentation for BFORTH.IMG , a fast Forth-83 system for the
  2550.   C64. This file describes misc. info, such as accessing CBM files from Forth,
  2551.   changing screen color defaults, stuff like that. For complete list type BRO
  2552.   BFRTH?.* [70066,603]
  2553.  
  2554.  
  2555. [70066,603]                           Lib: 5
  2556. BFRTH6.DOC
  2557.   Text, Bytes:    18240, Count:   287, 07-Aug-85
  2558.  
  2559.   Title   : Documentation for BFORTH.IMG (turtle graphics)
  2560.   Keywords: FORTH-83 C64 DOCUMENTATION AUG1985
  2561.  
  2562.   This is part of the documentation for BFORTH.IMG. A fast forth-83 system
  2563.   for the C64. For a complete list of the  doc files, type BRO BFRTH?.* This
  2564.   file describes the high speed turtle graphics included as an
  2565.   extension. [70066,603]
  2566.  
  2567.  
  2568. [70066,603]                           Lib: 5
  2569. BFRTH5.DOC
  2570.   Text, Bytes:    10870, Count:   305, 07-Aug-85
  2571.  
  2572.   Title   : Documentation for BFORTH.IMG (sound extensions)
  2573.   Keywords: BLAZIN FORTH DOCS
  2574.  
  2575.   This is part of the documentation for BFORTH.IMG , a fast forth-83
  2576.   system for the C64. For the complete list type BRO BFRTH?.* This describes
  2577.   the sound extensions. [70066,603]
  2578.  
  2579.  
  2580. [70066,603]                           Lib: 5
  2581. BFRTH4.DOC
  2582.   Text, Bytes:     8900, Count:   333, 07-Aug-85
  2583.  
  2584.   Title   : Documentation for BFORTH.IMG (info on string pkg)
  2585.   Keywords: BLAZIN FORTH DOCS
  2586.  
  2587.   This is part of the documentation for BFORTH.IMG , a fast forth-83 compiler
  2588.   for the C64. For complete list, type BRO BFRTH?.* This contains the info on
  2589.   the string package. [70066,603]
  2590.  
  2591.  
  2592. [70066,603]                           Lib: 5
  2593. BFRTH3.DOC
  2594.   Text, Bytes:    11320, Count:   367, 07-Aug-85
  2595.  
  2596.   Title   : Documentation for BFORTH.IMG (part 2)
  2597.   Keywords: BLAZIN FORTH DOCS
  2598.  
  2599.   This file contains important system information. Download as
  2600.   "blazin.doc2" For the complete list  BRO BFRTH?.* sdb [70066,603]
  2601.  
  2602.  
  2603. [70066,603]                           Lib: 5
  2604. BFRTH2.DOC
  2605.   Text, Bytes:    20085, Count:   401, 07-Aug-85
  2606.  
  2607.   Title   : Documentation for BFORTH.IMG (part 1)
  2608.   Keywords: BLAZIN FORTH DOCS
  2609.  
  2610.   This file contains important system information. Download as
  2611.   "blazin.doc1" For the complete docs, BRO BFRTH?.* SDB [70066,603]
  2612.  
  2613.  
  2614. [70066,603]                           Lib: 5
  2615. BFRTH1.IMG
  2616.   Img,  Bytes:     1842, Count:   457, 07-Aug-85
  2617.  
  2618.   Title   : Readme file for BFORTH.IMG
  2619.   Keywords: BLAZIN FORTH DOCS
  2620.  
  2621.   NOTE:  Image file, download with CIS-B if possible.
  2622.   
  2623.   Doc file which contains instructions on printing out the other doc
  2624.   files. DOW this as "listme" and then LOAD and LIST.
  2625.  
  2626.  
  2627. [70346,1011]                          Lib: 5
  2628. TOWERS.SRC
  2629.   Text, Bytes:     4340, Count:   243, 04-Aug-85
  2630.  
  2631.   Title   : SC source file for Towers of Hanoi Puzzle
  2632.   Keywords: ABACUS SUPER C TOWERS SOURCE
  2633.  
  2634.   NOTE:  ASCII source file.
  2635.   
  2636.      This is the Super-C source file for the towers of hanoi compiled
  2637.   program found on this sig (towers.img). This file will download as a seq
  2638.   file. You can look at it with whatever tool you use to look at seq files. It
  2639.   cannot be loaded into Super-C unless you use a  track and sector editor and
  2640.   change the filetype byte to $83. Be sure to dl as a cbm-ascii file.
  2641.                  Don Messerli
  2642.  
  2643.  
  2644. [74475,720]                           Lib: 5
  2645. PASSWO.SEQ
  2646.   Text, Bytes:      845, Count:    78, 04-Aug-85
  2647.  
  2648.   Title   : SEQ listing of PASSWO.IMG program
  2649.   Keywords: DISK PROTECTOR SOFTWARE PASSWORD
  2650.  
  2651.   Seq listing of password.img found elswhere on this dl.  Thanks to commodore
  2652.   user an E MAP publication Great Britian for the listing.
  2653.             Thanks for the DL'S
  2654.             RAY 74475,720
  2655.  
  2656.  
  2657. [74475,720]                           Lib: 5
  2658. PASSWO.IMG
  2659.   Img,  Bytes:      656, Count:   187, 04-Aug-85
  2660.  
  2661.   Title   : Allows adding a password to any program
  2662.   Keywords: DISK PROTECTION ADD PASSWORD
  2663.  
  2664.   NOTE:  Image file, download with CIS-B if possible.
  2665.   
  2666.   This 3 block prog. will enable you to incorporate a password into any
  2667.   program.Full instructions in REM'S so list before running. cold start
  2668.           <<**RAY  74475,720**>> THXS to COMMODORE USER an EMAP publication
  2669.   Great Brittian
  2670.  
  2671.  
  2672. [74316,605]                           Lib: 5
  2673. CALC.IMG
  2674.   Img,  Bytes:     3363, Count:    76, 04-Aug-85
  2675.  
  2676.   Title   : Calculate screen location on sprite collision
  2677.   Keywords: SCRNCALC SUBROUTINE DATA COLLISIONS SPRITES
  2678.  
  2679.   NOTE:  Image file.
  2680.   Here is a short subroutine I created for detecting data collisions with
  2681.   sprites.  As you may know that the collision registers tell you "WHEN" data
  2682.   has touched, but do not tell you exactly "WHAT" data has collided.  This
  2683.   routine will calculate the EXACT screen location of the sprite so you can
  2684.   PEEK around it.  Feel free to use it.  It was made using the LADS assembler
  2685.   and may have to be modified for your own. Jerry Rodriguez    7
  2686.  
  2687.  
  2688. [74475,236]                           Lib: 5
  2689. MACRO.SRC
  2690.   Bin,  Bytes:     1664, Count:   225, 14-Jul-85
  2691.  
  2692.   Title   : Demo on use of CBM Assembler macro commands
  2693.   Keywords: C64 DEMO ASSEMBLER MACRO COMMANDS
  2694.  
  2695.   A SHORT DEMO ON THE USE OF THE MACRO COMMANDS FOR CBM'S ASSEMBLER.
  2696.   
  2697.                 TOM HUGHES
  2698.  
  2699.  
  2700. [74475,236]                           Lib: 5
  2701. IF.SRC
  2702.   Bin,  Bytes:     1536, Count:   172, 14-Jul-85
  2703.  
  2704.   Title   : Demo of .IFN/.IFE pseudo ops for CBM assembler
  2705.   Keywords: C64 ASSEMBLER PSEUDO OPS
  2706.  
  2707.   A DEMO OF THE .IFN/.IFE PSEUDO OPS FOR CBM ASSEMBLER. THIS SRC SHOULD BE
  2708.   VIEWED WITH AN EDITOR.
  2709.                    TOM HUGHES
  2710.  
  2711.  
  2712. [74316,550]                           Lib: 5
  2713. AUTOSA.BIN
  2714.   Bin,  Bytes:     1978, Count:   173, 07-Jul-85
  2715.  
  2716.   Title   : Automatically adds DATA lines and re-saves itself
  2717.   Keywords: DATA LINES
  2718.  
  2719.   This little program illustrates how a program can automatically add
  2720.   DATA lines to itself as information is input into it, and then automatically
  2721.   re- save itself.  The program admittedly doesn't do much else -- but I hope
  2722.   it can serve as a good teaching tool.
  2723.  
  2724.  
  2725. [74565,522]                           Lib: 5
  2726. BAS4BO.IMG
  2727.   Img,  Bytes:       62, Count:   495, 15-Jun-85
  2728.  
  2729.   Title   : Boots BASIC 4.0
  2730.   Keywords: BASIC4.0 BOOT
  2731.  
  2732.   NOTE:  Image file, download with CIS-B if possible.
  2733.   
  2734.   
  2735.     This program will boot the BASIC 4.0  program and automatically SYS 36864
  2736.   for you.
  2737.  
  2738. [72207,343]                           Lib: 5
  2739. AUTO.BIN
  2740.   Bin,  Bytes:     3328, Count:   714, 08-Jun-85
  2741.  
  2742.   Title   : Autoboot maker
  2743.   Keywords: C64 AUTOBOOT MAKER
  2744.  
  2745.   This program was written for a          commodore 64.Instructions are
  2746.   included in the program.It is a basic gen. for a machine language program
  2747.   that is  written to disk by the program.It will auto-boot and auto-run any
  2748.   basic or machine language program.
  2749.  
  2750.  
  2751. [75076,1072]                          Lib: 5
  2752. BASIC4.IMG
  2753.   Img,  Bytes:     3080, Count:  1018, 25-May-85
  2754.  
  2755.   Title   : BASIC 4.0 for C64
  2756.   Keywords: C64 BASIC 4.0
  2757.  
  2758.   NOTE:  Image file, download with CIS-B if possible.
  2759.   
  2760.   This is a short program that will allow your 64 to have BASIC 4.0.
  2761.   Load this program ,8,1.  Then SYS36864 and type NEW.  You will get a new
  2762.   title screen, and BASIC4.0 is ready to go! This is the version of BASIC
  2763.   provided on CBM's 8000 series.  You lose a little memory, but that's a small
  2764.   price to pay!  As far as I know, it's public domain.  Enjoy!
  2765.  
  2766.  
  2767. [74475,236]                           Lib: 5
  2768. TOD.SRC
  2769.   Bin,  Bytes:     3072, Count:   160, 26-Apr-85
  2770.  
  2771.   Title   : Source for TOD clocks
  2772.   Keywords: C64 ML SOURCE TIME CLOCK
  2773.  
  2774.     STARTS ONE OF THE C64'S TOD CLOCKS, READS IT, & CONVERTS THE TIME TO
  2775.   ASCII. CBM SOURCE CODE. (PART OF ML SOURCE CODE LIBRARY).
  2776.   
  2777.                  TOM HUGHES
  2778.  
  2779.  
  2780. [74475,236]                           Lib: 5
  2781. IRQVAL.SRC
  2782.   Bin,  Bytes:     2816, Count:   113, 23-Apr-85
  2783.  
  2784.   Title   : Source for Interrupt-driven routine
  2785.   Keywords: C64 IRQ INTERRUPT DRIVEN SOURCE
  2786.  
  2787.    AN INTERRUPT-DRIVEN ROUTINE FOR THE C64 THAT DISPLAYS, IN ASCII BINARY,
  2788.   KEYBOARD FLAGS @ THE TOP OF THE SCREEN.
  2789.   
  2790.                   TOM HUGHES
  2791.   
  2792.    (SOURCE IS CBM TYPE)
  2793.  
  2794.  
  2795. [75206,2536]                          Lib: 5
  2796. UWEDGE.TXT
  2797.   Text, Bytes:    15720, Count:   572, 07-Apr-85
  2798.  
  2799.   Title   : Documentation file #2 (of 3) for uwedge.img
  2800.   Keywords: DOC DOCUMENTATION
  2801.  
  2802.   Documentation file #2 (of 3) for uwedge.img
  2803.   Jim Klitzing [75206,2536]
  2804.  
  2805.  
  2806. [75206,2536]                          Lib: 5
  2807. UWEDGE.MOR
  2808.   Text, Bytes:    12890, Count:   615, 07-Apr-85
  2809.  
  2810.   Title   : Documentation file #3 (of 3) for uwedge.img
  2811.   Keywords: DOC DOCUMENTATION
  2812.  
  2813.   Documentation file #3 (of 3) for uwedge.img
  2814.   Jim Klitzing [75206,2536]
  2815.  
  2816.  
  2817. [75206,2536]                          Lib: 5
  2818. UWEDGE.IMG
  2819.   Img,  Bytes:    18712, Count:   930, 07-Apr-85
  2820.  
  2821.   Title   : Jim Klitzing's Utility Wedge program
  2822.   Keywords: C64 DOS ENHANCEMENT WEDGE DISK UTILITY
  2823.  
  2824.   NOTE:  Image file
  2825.   
  2826.   Version 5.6 adds many programs and utilities to your 64 without using basic
  2827.   space. DOS wedge, auto line numering/renumbering, copy/backup a file or
  2828.   entire disk, recover scratched files, unnew, ML monitor, expanded text
  2829.   editor, delete lines, color control, read or write to a disk block, file
  2830.   manipulation, SEQ file reader/printer, screen dump. 3 doc files.
  2831.   Jim Klitzing [75206,2536]
  2832.  
  2833.  
  2834. [75206,2536]                          Lib: 5
  2835. UWEDGE.DOC
  2836.   Text, Bytes:    15875, Count:   776, 07-Apr-85
  2837.  
  2838.   Title   : Documentation file #1 (of 3) for uwedge.img
  2839.   Keywords: DOC DOCUMENTATION
  2840.  
  2841.   Documentation file #1 (of 3) for uwedge.img
  2842.   Jim Klitzing [75206,2536]
  2843.  
  2844.  
  2845. [75476,3237]                          Lib: 5
  2846. EZSPRT.IMG
  2847.   Img,  Bytes:     5528, Count:    54, 15-Mar-85
  2848.  
  2849.   Title   : Menu driven sprite design program
  2850.   Keywords: EASY SPRITE DESIGN VIEW EDIT SAVE GRAPHICS
  2851.  
  2852.   NOTE: Image file.
  2853.   This program lets you design, view, edit, and save sprites using only
  2854.   the keyboard.  It is menu-driven, with plenty of REMs.  The user can change
  2855.   sprite and background colors independently to allow for the best 'mix'.
  2856.   Sprite data (NOT sprite number or color) are saved to a SEQ file, using the
  2857.   'approved' sequence of byte 0, byte 1, etc.  Original program. OK to copy,
  2858.   NOT to sell. Have fun! [>Dave<]
  2859.            75476.3237
  2860.  
  2861.  
  2862. [73276,2435]                          Lib: 5
  2863. COMPDI.TXT
  2864.   Text, Bytes:     1015, Count:   137, 02-Feb-85
  2865.  
  2866.   Title   : Update to compare program
  2867.   Keywords: UPDATE COMPARE COMPATIBILITY KLITZING WEDGE
  2868.  
  2869.   This is the output of the compare program showing updates made to make it
  2870.   compatible with Jim Klitzing's wedge by moving "STRING THING" to  the top of
  2871.   BASIC.
  2872.  
  2873.  
  2874. [73276,2435]                          Lib: 5
  2875. COMPAR.IMG
  2876.   Img,  Bytes:     7867, Count:   159, 02-Feb-85
  2877.  
  2878.   Title   : Compares BASIC or SEQ files & shows difference
  2879.   Keywords: COMPARE BASIC SEQ FILES
  2880.  
  2881.   NOTE:  Image file, download with CIS-B if possible.
  2882.   
  2883.   This program will compare two BASIC programs or sequential text files,
  2884.   giving the differences needed to ma the OLD MASTER into the NEW MASTER. This
  2885.   version is compatible with Jim Klitzing's wedge. If you DOW'd the original,
  2886.   see COMPDIF.TXT for the changes.
  2887.                         Eric Spiewak
  2888.                         [73276,2435]
  2889.  
  2890.  
  2891. [74116,2507]                          Lib: 5
  2892. DISMOD.TXT
  2893.   Text, Bytes:     5400, Count:   177, 19-Jan-85
  2894.  
  2895.   Title   : Modifies LADS disassembler to allow printout
  2896.   Keywords: C64 LADS ASSEMBLER HARDCOPY PRINTOUT MODIFICATION
  2897.  
  2898.   NOTE:  Image file.
  2899.   
  2900.   
  2901.       Hardcopy-support modification for the LADS disassembler
  2902.   subprogram. Allows disassembled object code to be streamed to a printer
  2903.   instead of displayed on-screen.  User may specify stop address.  C-64
  2904.   specific; converted file may be merged.  Requires access to full LADS source
  2905.   code for assembly. Commented, with brief critical review and refs.  Non
  2906.   commercial use.  'B' protocol upload; Vidtex 4.0C
  2907.  
  2908.  
  2909. [74716,2264]                          Lib: 5
  2910. COMPID.IMG
  2911.   Img,  Bytes:     2301, Count:   528, 23-Dec-84
  2912.  
  2913.   Title   : Modifies compiled programs
  2914.   Keywords: C64 MODIFY BLITZ PETSPEED COMPILED PROGRAMS
  2915.  
  2916.   NOTE:  Image file, download with CIS-B if possible.
  2917.   
  2918.   
  2919.     This program will modify any program compiled with Blitz or Petspeed. You
  2920.   may enter up to a dozen or so characters to be written into the compiled
  2921.   program.
  2922.     Now when you list the program,  instead of seeing "Blitz!", you will see:
  2923.   "10 sys2063 your name", or  whatever you entered.
  2924.     Comments or questions in EMAIL.
  2925.            John Crookshank
  2926.             74716,2264
  2927.  
  2928.  
  2929. [75405,501]                           Lib: 5
  2930. TKNIZR.IMG
  2931.   Img,  Bytes:     3812, Count:    89, 18-Nov-84
  2932.  
  2933.   Title   : Sequential text file to Basic conversion
  2934.   Keywords: TEXT BASIC SEQUENTIAL CONVERSION
  2935.  
  2936.   NOTE:  Image file, download with CIS-B if possible.
  2937.   
  2938.   Here's another episode in the seemingly endless saga of text to basic.
  2939.   This is actually an enhancement of a TPUG prg.  Uses the 'string thing'
  2940.   for speed.  Can handle source lines up to 255 chars.  Very impressive speed
  2941.   when compiled.  15 Blocks.  Uploaded with Vidtex by Tony Postmayer.
  2942.  
  2943.  
  2944. [70007,576]                           Lib: 5
  2945. TX2ASM.IMG
  2946.   Img,  Bytes:      625, Count:   159, 17-Oct-84
  2947.  
  2948.   Title   : Converts BASIC -> assembler source in memory
  2949.   Keywords: C64 ASSEMBLER EDITOR TEXT CONVERSION
  2950.  
  2951.   NOTE:  Image file, download with CIS-B if possible.
  2952.   
  2953.   Similar to Dynamic Keyboard Text To BASIC programs, this converts a
  2954.   listing (with line numbers) of a CBM Asm source file (Or, perhaps, others)
  2955.   to a CBM assembler source file in MEMORY!.
  2956.    (I.E., it is used to take out the line numbers in a listing)
  2957.       (C) 1984 Joel Rubin, OK to copy on a not-for-profit basis.
  2958.  
  2959.  
  2960. [74275,120]                           Lib: 5
  2961. ML2TXT.IMG
  2962.   Img,  Bytes:     7871, Count:   125, 15-Oct-84
  2963.  
  2964.   Title   : Creates data statements from ML prg
  2965.   Keywords: C64 MACHINE LANGUAGE ML CREATE DATA STATEMENTS
  2966.  
  2967.   NOTE:  Image file.
  2968.   
  2969.   Easy to use good menus lead you to create a text file (seq) of data
  2970.   statements from a machine language program. The programs allows you to
  2971.   select the beginning line number and increment for the data. It will create
  2972.   a file similar to:
  2973.   1000 data 169,44,255,0,155,223
  2974.   It allows you to print a hard copy for reference. Then load tx2bas and make
  2975.   a subroutine for poking in your ml. All rights retained Robert Shaw
  2976.   [74275,120]
  2977.  
  2978.  
  2979. [70007,577]                           Lib: 5
  2980. EXEC.IMG
  2981.   Img,  Bytes:       93, Count:   223, 13-Oct-84
  2982.  
  2983.   Title   : Changes keyboard address
  2984.   Keywords: CHANGE KEYBOARD ADDRESS TEXT BASIC
  2985.  
  2986.   NOTE:  Image file.
  2987.   
  2988.   This program is an interrupt vector wedge which fools the system into
  2989.   thinking that your keyboard is connected to secondary address 2 of
  2990.   disk drive 8.  It is faster than tx2ba4.img, bt will only take 80-column
  2991.   lines.
  2992.          load "exec",8,1
  2993.          new
  2994.          open 2,8,2,"textfile
  2995.          sys 900 When the end of the file is reached, the file
  2996.   is automatically closed, nd the system is restored to normal. (c) 1984 Joel
  2997.   Rubin
  2998.  
  2999.  
  3000. [72706,3541]                          Lib: 5
  3001. AUTOBT.IMG
  3002.   Img,  Bytes:     1718, Count:    34, 13-Oct-84
  3003.  
  3004.   Title   : Autoboot maker
  3005.   Keywords: AUTO LOAD BASIC PROGRAM BOOT MAKER
  3006.  
  3007.   NOTE:  Image file, download with CIS-B if possible.
  3008.   
  3009.   
  3010.       This program will create a mach/lang boot program which will AUTO-LOAD
  3011.   any basic program which loads into ram at loc. 2049. Just type load"<boot
  3012.   prog>",8,1 and press <RETURN>. To run this program, type load"name",8 and
  3013.   press <RETURN>. Follow instructions and your boot prog will be created.
  3014.  
  3015.  
  3016. [75305,1424]                          Lib: 5
  3017. ROMCOP.IMG
  3018.   Img,  Bytes:      579, Count:   314, 07-Oct-84
  3019.  
  3020.   Title   : ROM to RAM copy program
  3021.   Keywords: ROM RAM COPY ML C64
  3022.  
  3023.   NOTE:  Image file, download with CIS-B if possible.
  3024.   
  3025.   
  3026.    A short basic ml loader, sets up a fast ml rom to ram copy
  3027.    for Basic and Kernel Roms.  Takes a couple seconds to set
  3028.    up, and about a halv second to make the copy.  Loads any-
  3029.    where, poke 1, 53 or 55 to switch back and forth.  Quick
  3030.    and easy - docs in program!
  3031.                    Tim Desmond
  3032.  
  3033.  
  3034. [73256,3131]                          Lib: 5
  3035. TRACE.ASM
  3036.   Text, Bytes:     2075, Count:   135, 04-Oct-84
  3037.  
  3038.   Title   : Assembler source code for TRACE.IMG
  3039.   Keywords: ML TRACE BASIC ASSEMBLER SOURCE
  3040.  
  3041.   This is the assembler source code for TRACE.IMG... Hopefully *bob&kate*
  3042.   will use this in the next BWDGE... 8 blocks... *Bob Sawdey*73256,3131*
  3043.  
  3044.  
  3045. [73225,104]                           Lib: 5
  3046. EA2.DOC
  3047.   Text, Bytes:    24395, Count:   649, 02-Oct-84
  3048.  
  3049.   Title   : Docs for EA.IMG (assembler portion)
  3050.   Keywords: EA ASSEMBLER DOCS
  3051.  
  3052.   Documentation for assembler portion of EA, a full text editor/ 2 pass
  3053.   assembler program. Documentation and program Copyright 1984 - Lew
  3054.   Lasher. Uploaded with permission of author.  Ok to copy, not to
  3055.   sell. Uploaded by H. Flaxman
  3056.  
  3057.  
  3058. [73225,104]                           Lib: 5
  3059. EA1.DOC
  3060.   Text, Bytes:    26520, Count:   481, 02-Oct-84
  3061.  
  3062.   Title   : Docs for EA.IMG (text editor portion)
  3063.   Keywords: C64 EA ASSEMBLER DOCS
  3064.  
  3065.   This is the first documentation file for EA, a text/editor/full 2 pass
  3066.   assembler program.  See EA2.DOC.  Copyright 1984 by Lew Lasher,
  3067.   uploaded with author's permission.  OK to copy but not to sell.  Uploaded by
  3068.   H. Flaxman.
  3069.  
  3070.  
  3071. [73225,104]                           Lib: 5
  3072. EA.IMG
  3073.   Img,  Bytes:    15407, Count:   616, 02-Oct-84
  3074.  
  3075.   Title   : Full featured editor & 2-pass assembler
  3076.   Keywords: TEXT EDITOR 2 PASS ASSEMBLER
  3077.  
  3078.   NOTE:  Image file.
  3079.   
  3080.   EA is a combination full featured text editor - 2 pass assembler. Assembler
  3081.   recognizes most standard assembler directives.  Allows forward referencing
  3082.   and inclusions (nested up to 4 levels). Text editor produces standard
  3083.   PETASCII sequential files suitable for other applications. Text
  3084.   editor includes search, replace, block delete, insert, among other features.
  3085.   Program and documentatin Copyright 1984 by Lew Lasher.
  3086.  
  3087.  
  3088. [72656,1563]                          Lib: 5
  3089. UNREM2.IMG
  3090.   Img,  Bytes:      388, Count:    24, 16-Sep-84
  3091.  
  3092.   Title   : Takes out REMs and spaces
  3093.   Keywords: C64 BASIC PACK COMPRESS REMOVE SPACES
  3094.  
  3095.   NOTE:  Image file
  3096.   
  3097.   This program will take out rems and unnecessary spaces with a sys call. To
  3098.   use, load"unrem",8,1 <ret> new <ret> load"prg",8 <ret> sys49152 <ret> and
  3099.   off it goes! Uploaded with Vidtex 4.0B by the author and donated to the
  3100.   public domain. I must add: (c) 1984 EdTech Associates; ok to copy but not
  3101.   sell. EMAIL welcome -- Dave Hendricks
  3102.                   72656,1563
  3103.  
  3104.  
  3105. [70007,576]                           Lib: 5
  3106. TX2BA4.IMG
  3107.   Img,  Bytes:     1021, Count:    56, 03-Aug-84
  3108.  
  3109.   Title   : Converts text file to Basic program
  3110.   Keywords: TEXT BASIC 118 COLUMNS DISK TAPE C64 VIC-20
  3111.  
  3112.   NOTE:  Image file, download with CIS-B if possible.
  3113.   
  3114.   This is a text to BASIC program which will work on disk or tape, on the C'64
  3115.   or the VIC-20, with text files up to 118 columns/line. It uses whatever
  3116.   device you use to load it; if you want to switch devices, load the program
  3117.   and then poke the device number into 186. (c) 1984 Joel Rubin
  3118.  
  3119.  
  3120. [70007,576]                           Lib: 5
  3121. ROMX.IMG
  3122.   Img,  Bytes:      184, Count:   178, 22-Jul-84
  3123.  
  3124.   Title   : Modifies C64 ROM
  3125.   Keywords: C64 ROM FIX COLOR FRE
  3126.  
  3127.   NOTE:  Image file.
  3128.   This will copy BASIC+kernel into RAM, and then modify the result so that:
  3129.           1) The default load/save device is 8
  3130.           2) The default colors are as on an SX-64
  3131.           3) fre(0) > 0
  3132.           4) shift-run/stop loads the first program on disk
  3133.           5) When you clear the screen, color memory is loaded from the cursor
  3134.   color. This program is only known to work to Kernel-2 machines. I wrote it
  3135.   on inspiration from romfix.img, defaul.img and the SX-64.
  3136.  
  3137.  
  3138. [74505,473]                           Lib: 5
  3139. DEFAUL.IMG
  3140.   Img,  Bytes:      408, Count:   127, 21-Jul-84
  3141.  
  3142.   Title   : Changes C64 system defaults
  3143.   Keywords: C64 CHANGE DEFAULT DEVICE
  3144.  
  3145.   NOTE:  Image file, download with CIS-B if possible.
  3146.   
  3147.   This PGM when run will do the following things. (1)change the default
  3148.   colors.(2)transfer KERNAL and BASIC to ram. (3)change default I/O to device
  3149.   8 instead of cassette. Now 'load"$' will load the directory from the drive.
  3150.   All lines are rem'ed for easy modification. M/L version coming soon.(faster)
  3151.   load and run.
  3152.                   BOB EASTERDAY 74505,473
  3153.  
  3154.  
  3155. [70436,612]                           Lib: 5
  3156. GO.DOC
  3157.   Text, Bytes:     2245, Count:    45, 15-Jul-84
  3158.  
  3159.   Title   : Documentation file for go.img
  3160.   Keywords: NEW BASIC COMMAND DOCUMENTATION
  3161.  
  3162.   This is the documentation file for go.img. You should read this before you
  3163.   run the program so you will have a complete understanding of you r new
  3164.   command this is a public domain,(but not for sale) program.
  3165.  
  3166.  
  3167. [70436,612]                           Lib: 5
  3168. GO.IMG
  3169.   Img,  Bytes:      369, Count:    24, 14-Jul-84
  3170.  
  3171.   Title   : Adds new command to C64 BASIC
  3172.   Keywords: ADD NEW COMMAND C64 BASIC
  3173.  
  3174.   NOTE:  Image file, download with CIS-B if possible.
  3175.   
  3176.   This is a new basic command your computer. It allows you to print
  3177.   information anywere on the screen without having to use cursor commands!
  3178.   Please read the documentation file: go.doc to fully under stand the new
  3179.   command. Program by Paul Van Camp of the GRAND JUNCTION CO  Micro-computer
  3180.   Users Group (MUG). Uploaded with permission by: Shawn williamson : 70436,612
  3181.  
  3182.  
  3183. [75265,1136] Sam Irion                Lib: 5
  3184. LPROT.IMG
  3185.   Img,  Bytes:      988, Count:    40, 08-Jul-84
  3186.  
  3187.   Title   : Keeps program from being listed
  3188.   Keywords: C64 LIST PROTECT ML LPROC UNLIST
  3189.  
  3190.   NOTE:  Image file, download with CIS-B if possible.
  3191.   
  3192.   THIS PROTECTS A PROGRAM FROM BEING LISTED.  GIVES SAME RESULTS AS OTHERS ON
  3193.   XA2 SUCH AS CHRISDOS & DAVID BENNETT HOWEVER MACHINE LANGUAGE SPEED.  EASY
  3194.   TO USE AS ALL INSTRUCTIONS ARE INCLUDED IN THE PROGRAM (4 BLOCKS). WRITTEN
  3195.   BY ME & UPLOADED BY VIDTEX FOR PUBLIC DOMAIN.
  3196.  
  3197.  
  3198. [74555,540]                           Lib: 5
  3199. CAMDOC.IMG
  3200.   Img,  Bytes:      977, Count:   135, 04-Jul-84
  3201.  
  3202.   Title   : Documentation for CAMERA
  3203.   Keywords: CAMERA CARTRIDGE EMULATOR DOCS
  3204.  
  3205.   NOTE:  Image file, download with CIS-B if possible.
  3206.   
  3207.   The documentation for using CAMERA. Joe Grossinger El Paso, Tx
  3208.  
  3209.  
  3210. [70616,226]                           Lib: 5
  3211. LSTPRT.IMG
  3212.   Img,  Bytes:     1739, Count:    36, 13-May-84
  3213.  
  3214.   Title   : Formats listings on a 1525 printer
  3215.   Keywords: C64 BASIC PROGRAM PRINT UTILITY 1525 PRINTER
  3216.  
  3217.   NOTE:  Image file.
  3218.   
  3219.   Tired of sending your BASIC program listings to your 1525 printer only to
  3220.   have them printed uncontrollably from page to page, over perforations, the
  3221.   final result being a 5 page accordion that you can't separate?
  3222.   Just put this program on the same disk with the program to be listed, and
  3223.   follow the prompts.  This LSTPRT.IMG program must be named "PRINTLIST" on
  3224.   your disk.
  3225.  
  3226.  
  3227. [75015,545]                           Lib: 5
  3228. MAKDAT.IMG
  3229.   Img,  Bytes:      686, Count:    39, 20-Mar-84
  3230.  
  3231.   Title   : Turns ML into BASIC DATA statements
  3232.   Keywords: C64 TRANSLATE BASIC DATA STATEMENTS ML
  3233.  
  3234.   NOTE:  Image file.
  3235.   
  3236.   This program translates machine language into BASIC DATA statements. First
  3237.   generage the ML with either an ML monitor or an Assembler/Loader
  3238.   combination. Once the ML is in memory, LOAD and RUN this program.  It
  3239.   prompts fostart & end addresses and output BASIC filename. Generates a file
  3240.   of DATA statements, 8 data per line.  Also prints a checksum.
  3241.  
  3242.  
  3243. [73235,72]                            Lib: 5
  3244. FKEY.IMG
  3245.   Img,  Bytes:     1279, Count:   422, 17-Feb-84
  3246.  
  3247.   Title   : Defines C64 function keys
  3248.   Keywords: C64 DEFINE FUNCTION KEYS
  3249.  
  3250.   NOTE:  Image file, download with CIS-B if possible.
  3251.   
  3252.   This program uses the interrupt vector to allow you to define function
  3253.   keys as a string up to 10 characters long.  ("_" is translated to carriage
  3254.   return) The program is by Ron Radko, and appeared in the 1/84 TORPET. At the
  3255.   time, the magazine was the club bulletin of the Toronto Pet User's Group; I
  3256.   can find no copyright notice.  Joel Rubin
  3257.  
  3258.  
  3259. [70001,766]                           Lib: 5
  3260. ML2BAS.IMG
  3261.   Img,  Bytes:     2565, Count:   152, 19-Jan-84
  3262.  
  3263.   Title   : Converts memory to basic subroutine
  3264.   Keywords: C64 MACHINE LANGUAGE BASIC CONVERT
  3265.  
  3266.   NOTE:  Image file, download with CIS-B if possible.
  3267.   
  3268.   ML2BAS will convert a section of memory to a basic subroutine that will poke
  3269.   that memory back when called.
  3270.    See ML2BAS.doc.
  3271.    Program and doc (c) 1984 by Chrisdos
  3272.    For public domain use.
  3273.  
  3274.  
  3275. [70001,766]                           Lib: 5
  3276. ML2BAS.DOC
  3277.   Text, Bytes:     2130, Count:   239, 19-Jan-84
  3278.  
  3279.   Title   : Documentation for ml2bas
  3280.   Keywords: ML2BAS C64 64 DOC
  3281.  
  3282.   documentation for ml2bas
  3283.  
  3284.  
  3285. [70001,766]                           Lib: 5
  3286. KEYTRX.IMG
  3287.   Img,  Bytes:     4127, Count:    47, 19-Jan-84
  3288.  
  3289.   Title   : Redefines keyboard codes on C64
  3290.   Keywords: C64 REDEFINE KEYBOARD CODES
  3291.  
  3292.   NOTE:  Image file, download with CIS-B if possible.
  3293.   
  3294.   Basic part of a program to allow you to redefine the KEYBOARD codes on a
  3295.   C64.
  3296.    You must also have the file KEYTRIX.HGH on the disk.
  3297.    Instructions included in the program.
  3298.   You may redefine almost any key to send
  3299.   any code (0-255). (c) 1984 by chrisdos   For non-commercial public domain
  3300.   use.
  3301.  
  3302.  
  3303. [70001,766]                           Lib: 5
  3304. KEYHGH.IMG
  3305.   Img,  Bytes:      384, Count:    64, 19-Jan-84
  3306.  
  3307.   Title   : ML routines for KEYTRX.IMG
  3308.   Keywords: C64 KEYBOARD KEYTRIX ML
  3309.  
  3310.   NOTE:  Image file, download with CIS-B if possible.
  3311.   
  3312.   m/l part of keytrix download as keytrix.hgh
  3313.  
  3314.  
  3315. [75525,546]                           Lib: 5
  3316. LODADR.IMG
  3317.   Img,  Bytes:     3167, Count:   678, 17-Dec-83
  3318.  
  3319.   Title   : Gives start/end load addr. of all prgs on disk
  3320.   Keywords: C64 START END LOAD ADDRESS DISK UTILITY
  3321.  
  3322.   NOTE:  Image file, download with CIS-B if possible.
  3323.   
  3324.   THIS PROGRAM WILL GIVE YOU THE STARTING AND ENDING LOAD ADDRESS OF ALL THE
  3325.   PROGRAMS ON A DISK.
  3326.   TO THE BEST OF MY KNOWLEDGE THIS PROGRAM IS IN THE PUBLIC DOMAIN.
  3327.   
  3328.                     -+-ACE-+-
  3329.  
  3330.  
  3331. CBM Applications Forum                                                Library 5
  3332.  
  3333. Programming